aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-Loader/pkg-descr
blob: a88579f5000626922b21ee209a9b5ea65b2bee8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.