NAME

Articulate::Storage::DBIC::Simple::Schema

SYNOPSIS

$schema->connect($dsn, $user, $password, $options);

This schema class extends DBIx::Class::Schema; the schema has one resultset, Articulate::Storage::DBIC::Simple::Schema::ResultSet::Articulate::Item.

METHODS

connect_and_deploy

This convenience constructor performs a connect (using the args provided) followed by a deploy (with no args). It is useful for deploying in environments where you are sure that no previous schema exists (e.g. an in-memory database).

SEE ALSO