NAME

dbic-migration - commandline tool to create and manage your migrations

SYNOPSIS

dbic-migration status \
  --libs="lib"
  --schema_class='MyApp::Schema' \
  --dns='DBI:SQLite:myapp.db'

DESCRIPTION

This is a script interface to DBIx::Class::Migration::Script. For now you should review those docs and see the DBIx::Class::Migration::Tutorial.

SEE ALSO

DBIx::Class::Migration

AUTHOR

See DBIx::Class::Migration for author information

COPYRIGHT & LICENSE

See DBIx::Class::Migration for copyright and license information