freebsd-ports/databases/p5-Class-DBI-Loader/pkg-descr
Mathieu Arnold 072cd9b8fb Add p5-Class-DBI-Loader 0.01
Dynamic definition of Class::DBI sub classes.

PR:		54719
Submitted by:	me
Approved by:	demon (mentor)
2003-08-20 08:47:10 +00:00

15 lines
524 B
Text

Class::DBI::Loader automate the definition of Class::DBI sub-classes. scan
table schemas and setup columns, primary key.
class names are defined by table names and namespace option.
+-----------+-----------+-----------+
| table | namespace | class |
+-----------+-----------+-----------+
| foo | Data | Data::Foo |
| foo_bar | | FooBar |
+-----------+-----------+-----------+
Class::DBI::Loader supports MySQL, Postgres and SQLite.
WWW: http://search.cpan.org/dist/Class-DBI-Loader/