Commit graph

7 commits

Author SHA1 Message Date
Philip M. Gollucci
e43d4802ba - Update to 1.012
With Hat:       perl@
Changes:        http:/search.cpan.org/dist/Class-DBI-Lite/Changes
2010-06-10 01:31:08 +00:00
Wen Heping
c180da23e9 - Update to 1.011 2010-05-19 13:41:24 +00:00
Wen Heping
c94c1da3f2 - Update to 1.010
- Reset maintainer to perl@
2010-05-14 02:59:10 +00:00
Wen Heping
67dda53c16 - Update to 1.009 2010-04-27 07:14:28 +00:00
Wen Heping
13bb403e56 - Update to 1.008 2010-04-06 06:27:01 +00:00
Wen Heping
3f1e25ce10 - Update to 1.005 2010-03-23 02:58:29 +00:00
Wen Heping
caeb2c7540 Class::DBI::Lite offers a simple way to deal with databases in an
object-oriented way.

One class (the Model class) defines your connection to the database
(eg: connectionstring, username and password) and your other classes
define interaction with one table each (your entity classes).

The Entity classes subclass the Model class and automatically inherit
its connection.

WWW: http://search.cpan.org/dist/Class-DBI-Lite/
2010-03-16 06:56:48 +00:00