RECENT POSTS
P5-class-dbi-loader
May 26, 2018
Dynamic definition of Class::DBI sub classes
ClassDBILoader automate the definition of ClassDBI 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 | DataFoo | | foo_bar | | FooBar | +———–+———–+———–+
ClassDBILoader supports MySQL, Postgres and SQLite.
WWW http//search.cpan.org/dist/Class-DBI-Loader/
- Older
- Newer