Next | Query returned 32 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2004-11-12 18:36:40 by Stoned Elipot | Files touched by this commit (11)
Log message:
Set version independent HOMEPAGEs.
   2004-11-06 02:29:50 by Havard Eidnes | Files touched by this commit (4) | Imported package
Log message:
Import p5-Ima-DBI 0.33.  From the module's documentation:

Ima::DBI attempts to organize and facilitate caching and more
efficient use of database connections and statement handles.

One of the things I always found annoying about writing large
programs with DBI was making sure that I didn't have duplicate
database handles open.  I was also annoyed by the somewhat wasteful
nature of the prepare/execute/finish route I'd tend to go through
in my subroutines.  The new DBI->connect_cached and DBI->prepare_cached
helped alot, but I still had to throw around global datasource,
username and password information.

So, after a while I 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.


Next | Query returned 32 messages, browsing 31 to 40 | previous