DBIx::Class::Migration::SchemaLoader - Schema Loader Factory
Often 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]
DBIx::Class::Migration, DBIx::Class::Schema::Loader.
See DBIx::Class::Migration for author information
See DBIx::Class::Migration for copyright and license information