DrHyde / perl-modules-Class-DBI-ClassGenerator

Class::DBI::ClassGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Given a database and a directory, this module (and its accompanying script)
will create stub Class::DBI sub-class modules.  It differs from
Class::DBI::AutoLoader in that it spits out code instead of just magickally
instantiating classes.

To install, do the usual dance:

$ perl Makefile.PL
$ make
$ make test
$ sudo make install

About

Class::DBI::ClassGenerator


Languages

Language:Perl 100.0%