Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
469 B
Text
13 lines
469 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.
|