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

NAME

Catalyst::Helper::Model::Jifty::DBI- Helper for Jifty::DBI Models

SYNOPSIS

  script/create.pl model ModelName Jifty::DBI My::SchemaClass [ connect_info arguments ]

DESCRIPTION

Helper for the Jifty::DBI Models.

Arguments:

    ModelName is the short name for the Model class being generated

    My::SchemaClass is the fully qualified classname of your Schema,
      which might or might not yet exist.

    connect_info arguments are the same as what L<Jifty::DBI::Handle>
    expects. just separate it with spaces rather than commas. for 
    instance:

    driver Pg database test host reason user twit password blah

METHODS

mk_compclass

SEE ALSO

General Catalyst Stuff:

Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper, Catalyst,

Jifty::DBI

AUTHOR

Marcus Ramberg, mramberg@cpan.org

LICENSE

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