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

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.