NAME

DBIx::Class::Schema::Loader::DBI - DBIx::Class::Schema::Loader DBI Implementation.

SYNOPSIS

See DBIx::Class::Schema::Loader::Base

DESCRIPTION

This is the base class for DBIx::Class::Schema::Loader DBI-based storage backends and implements the common functionality between them.

See DBIx::Class::Schema::Loader::Base for the available options.

METHODS

new

Overlays "new" in DBIx::Class::Schema::Loader::Base to add support for deprecated connect_info and dsn/user/password/options args, and to rebless into a vendor class if neccesary.

SEE ALSO

DBIx::Class::Schema::Loader