![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::Migration::Script::Help::dsn - the dsn for a database you are connecting to SYNOPSISdbic-migration install --username myuser --password mypass --dsn DBI:SQLite:mydb.db DESCRIPTION
This should be the "dsn" for the database we connect to for deploying ddl, ddl changes and fixtures. Uasually used with the "user" and "password" options for when you are running in an enviroment above development and you are no longer using a developer level database sandbox. When required you can also populate this option with the %ENV variables DBIC_MIGRATION_TARGET_USERNAME DBIC_MIGRATION_TARGET_PASSWORD DBIC_MIGRATION_TARGET_DSN SEE ALSODBIx::Class::Migration, DBIx::Class::Migration::Script, DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial AUTHORSee DBIx::Class::Migration for author information COPYRIGHT & LICENSESee DBIx::Class::Migration for copyright and license information
|