NAME
Catalyst::Helper::Model::DBIC::Schema::ForRapidDbic - Helper for DBIC Schema Models
SYNOPSIS
rapidapp.pl --helpers RapidDbic My::App -- --from-sqlite /path/to/existing/sqlt.db
DESCRIPTION
This helper class extends Catalyst::Helper::Model::DBIC::Schema, adding support for munging SQLite dsns to use runtime paths relative to the Catalyst app root. It is otherwise exactly the same as the parent class.
This class is used internally by the RapidDbic helper trait for RapidApp::Helper (rapidapp.pl) and is not meant to be used directly.
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
NAME
[% schema_class %] - DBIx::Class::Schema::Loader class
SYNOPSIS
See "[% app %]"
DESCRIPTION
Dynamic DBIx::Class::Schema::Loader schema for use in "[% class %]"
GENERATED BY
[% generator %] - [% generator_version %]
AUTHOR
[% author.replace(',+$', '') %]
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
NAME
[% class %] - Catalyst/RapidApp DBIC Schema Model
SYNOPSIS
See "[% app %]"
DESCRIPTION
Catalyst::Model::DBIC::Schema Model using schema "[% schema_class %]"
GENERATED BY
[% generator %] - [% generator_version %]
AUTHOR
[% author.replace(',+$', '') %]
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.