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

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

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 DBIx::Class::Migration for author information

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