|
|
| |
Jifty::Schema(3) |
User Contributed Perl Documentation |
Jifty::Schema(3) |
Jifty::Schema - generates and upgrades your application's schema
Returns a new Jifty::Schema. Takes no arguments. Will automatically figure out
and initialize the models defined in the application's source.
Reads in our application class from the config file and finds all our
application's models.
Returns a list of Models available to your application. This includes your
Models, Collections and those that come from core Jifty and plugins.
Returns a serialization of the models in the app
Looks at the current schema as defined by the source code and the database and
updates the database by adding, dropping, and renaming columns.
This method runs all upgrade rules for the rule named
"rule_name".
Returns a database handle suitable for direct manipulation.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |