The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Helper::Model::DBIC - Helper for DBIC Models

SYNOPSIS

    script/create.pl model DBIC DBIC dsn user password

DESCRIPTION

Helper for DBIC Model.

METHODS

mk_compclass

Reads the database and makes a main model class as well as placeholders for each table.

mk_comptest

Makes tests for the DBIC Model.

SEE ALSO

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

AUTHOR

Sebastian Riedel, sri@oook.de

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.

NAME

[% class %] - DBIC Model Class

SYNOPSIS

See "[% app %]"

DESCRIPTION

DBIC Model Class.

AUTHOR

[% author %]

LICENSE

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

NAME

[% tableclass %] - DBIC Table Class

SYNOPSIS

See "[% app %]"

DESCRIPTION

DBIC Table Class.

AUTHOR

[% author %]

LICENSE

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