DBIx::Class::Migration::Script::Help::username - the user for a database you are
connecting to
dbic-migration install --username myuser --password mypass --dsn DBI:SQLite:mydb.db
- Aliases
- U
- Value
- String
This should be the username for the database we connect to for
deploying ddl, ddl changes and fixtures. Uasually used with the
"password" and
"dsn" 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
DBIx::Class::Migration, DBIx::Class::Migration::Script,
DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial
See DBIx::Class::Migration for author information
See DBIx::Class::Migration for copyright and license information