NAME
DBIx::DataModel::ConnectedSource - metasource and schema paired together
DESCRIPTION
A connected source is a pair of a $schema
and $meta_source
. The meta_source holds information about the data structure, and the schema holds a connection to the database.
METHODS
Methods are documented in "CONNECTED SOURCES" in DBIx::DataModel::Doc::Reference
Constructor
new
my $connected_source
= DBIx::DataModel::ConnectedSource->new($meta_source, $schema);