1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/databases/p5-Class-DBI-Lite/pkg-descr
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

12 lines
424 B
Plaintext

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/