freebsd-ports/databases/p5-Class-DBI-Loader/pkg-descr
Lars Balker Rasmussen f93513ab2a - Update from v0.32 to v0.33
- Clean up Makefile and portlint errors
- Update pkg-plist to respect NOPORTDOCS

0.33
       - Implement the 'require' parameter. Suggested by esh at exile.ru

PR:		98181
Submitted by:	aaron
Approved by:	erwin (mentor, implicit, seeing spots)
2006-06-02 13:50:42 +00:00

16 lines
562 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/
Author: Daisuke Maki <dmaki@cpan.org>