NAME
Catalyst::Model::RapidApp::CoreSchema - DBIC model for the CoreSchema database
SYNOPSIS
package MyApp;
use Catalyst qw/ RapidApp::CoreSchema /;
DESCRIPTION
This is the Catalyst model which is automatically injected by the RapidApp::CoreSchema plugin and is not intended to be loaded directly.
With the default configuration, this model automatically initializes and deploys itself to an SQLite database file in the root of the application named rapidapp_coreschema.db
.
The CoreSchema database is a common location used for persistence by multiple optional "Core" plugins, such as AuthCore and NavCore
SEE ALSO
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.