Package: wnpp Version: unavailable; reported 2003-03-07 Severity: wishlist * Package name : libima-dbi-perl Version : 0.28 Upstream Author : Tony Bowden <[EMAIL PROTECTED]> * URL : http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Ima-DBI-0.28.tar.gz * License : GPL and Perl Artistic Description : Database connection caching and organization
Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles. . One of the things that can be annoying about writing large programs with DBI is making sure that you do not have duplicate database handles open. There is also the issue of the somewhat wasteful nature of the prepare/execute/finish route that users tend to go through. . The new DBI->connect_cached and DBI->prepare_cached help a lot, but you still have to throw around global information about the data source, username and password. . So, after a while the author grew a small library of DBI helper routines and techniques. Ima::DBI is the culmination of all this, put into a nice(?), clean(?) class to be inherited from. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux wompom 2.4.19-686 #1 Mon Nov 18 23:59:03 EST 2002 i686 Locale: LANG=C, LC_CTYPE=C