![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::Migration::SchemaLoader - Schema Loader Factory SYNOPSISFor internal use only DESCRIPTIONOften when running migrations we need to auto generate a DBIx::Class::Schema directly from the existing database. This class performs that function. There are no end user bits here, but we do expose an %ENV variable which turns on DBIx::Class::Schema::Loader debugging mode. This can be useful since the generated schema will get dumped to STDOUT, helping you sort out any confusion about your classes and relationships. export DBIC_MIGRATION_DEBUG=1 Or run it one time: DBIC_MIGRATION_DEBUG=1 dbic-migration [command] SEE ALSODBIx::Class::Migration, DBIx::Class::Schema::Loader. AUTHORSee DBIx::Class::Migration for author information COPYRIGHT & LICENSESee DBIx::Class::Migration for copyright and license information
|