NAME
App::AutoCRUD::Controller::Schema
DESCRIPTION
This controller serves information from a given App::AutoCRUD::DataSource instance.
METHODS
tablegroups
Returns the content of "tablegroups" in App::AutoCRUD::DataSource.
perl_code
Returns source code of the DBIx::DataModel schema associated with the datasource (this can be either an existing Perl class, loaded from the config, or some Perl code generated on the fly from the DBI connection).