The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template DBIC schema generator for CGI::Application::Structured apps.

SYNOPSIS

        ~/dev/My-App1$ perl script/create_dbic_schema.pl 
        Dumping manual schema for DB to directory /home/gordon/dev/MyApp1/lib/MyApp1/DB ...
        Schema dump completed.

The generated files, using the example database would look like this:

    ~/dev/MyApp1$ find lib/MyApp1/ | grep DB
    lib/MyApp1/DB
    lib/MyApp1/DB/Result
    lib/MyApp1/DB/Result/Orders.pm
    lib/MyApp1/DB/Result/Customer.pm
    lib/MyApp1/DB.pm

AUTHOR

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.