NAME
Egg::Helper::M::DBIC - Helper for Egg::Model::DBIC.
SYNOPSIS
% cd /MYPROJECT_ROOT/bin
% perl myproject_helper.pl M:DBIC MySchema \
> -d dbi:Pg:dbname=dbname \
> -s localhost \
> -i 5432 \
> -u db_user \
> -p db_password
... done.
output path : /MYPROJECT_ROOT/lib/MYPROJECT/Model/DBIC/MySchema*
OPTIONS
-d DSN.
-s Host of data base.
-i Data base port.
-u Data base user.
-p Data base password.
METHODS
- new
-
It initiates the processing. This method is called from Egg::Helper.
- get_options
-
The option to receive with Getopt::Easy is set.
- help_disp
-
Help of use is output.
SEE ALSO
Egg::Model::DBIC, Egg::Helper, Egg::Release,
AUTHOR
Masatoshi Mizuno, <lushe@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.