blob: d609764f94edff143ab5c9b7882b2d43e4840793 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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/
|