CGI::Application::Structured::Tools::templates::create_dbic_schema.3pm

Langue: en

Version: 2010-05-03 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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

     Gordon Van Amburg
     CPAN ID: VANAMBURG
     vanamburg at cpan.org
 
 
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.