NAME

DBIx::Class::Migration::Script::Help::username - the user for a database you are connecting to

SYNOPSIS

    dbic-migration install --username myuser --password mypass --dsn DBI:SQLite:mydb.db

DESCRIPTION

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

SEE ALSO

DBIx::Class::Migration, DBIx::Class::Migration::Script, DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial

AUTHOR

See DBIx::Class::Migration for author information

COPYRIGHT & LICENSE

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