NAME
DBIx::Class::Migration::Script::Help::dbi_connect_attrs
SYNOPSIS
dbic-migration install --dbi_connect_attrs AutoCommit=1
DESCRIPTION
- Value
-
HashRef, Optional
Allows you to send DBIx::Class recognized attributes when connecting to a schema (see DBIx::Class::Storage::DBI#connect_info).
Used to influence how the underlying DBD connects. Common attributes would be PrintError, RaiseError, AutoCommit but your DBD might have other you need to control.
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