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

NAME

RapidApp::Manual::RapidDbic - Using the RapidDbic plugin

DESCRIPTION

"RapidDbic" is the main RapidApp plugin which provides an abstract configuration layer for a common, simplified declarative API for accessing many of the DBIC-enabled modules and features available in the RapidApp distribution quickly and easily. This is provided in the form of a fully-working, self-assembled CRUD-style admin application.

RapidDbic also provides a common app structure which acts like a hub through which other high-level plugins can attach to activate other instant features, like users and permissions.

RapidDbic can also be used to attach admin sections to existing Catalyst applications with relative ease.

To learn more, see the Catalyst::Plugin::RapidApp::RapidDbic documentation itself. Also, the exmaples in RapidApp::Manual::Bootstrap mainly cover RapidDbic, which show how to create a new app from scratch with a single command...

Additionally the Chinook Demo video series on the RapidApp website covers building an app using RapidDbic extensively:

SEE ALSO