NAME
DBIx::Class::Migration::SchemaLoader - Schema Loader Factory
SYNOPSIS
For internal use only
DESCRIPTION
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]
SEE ALSO
DBIx::Class::Migration, DBIx::Class::Schema::Loader.
AUTHOR
See DBIx::Class::Migration for author information
COPYRIGHT & LICENSE
See DBIx::Class::Migration for copyright and license information