mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
17 lines
562 B
Plaintext
17 lines
562 B
Plaintext
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.
|
|
|
|
Author: Daisuke Maki <dmaki@cpan.org>
|
|
WWW: http://search.cpan.org/dist/Class-DBI-Loader/
|