NAME
DBIx::DBO2::TableSet - Group of tables and associated record classes
SYNOPSIS
use DBIx::DBO2::TableSet;
my $ts = DBIx::DBO2::TableSet->new();
$ts->connect_datasource( $dsn, $user, $pass );
$ts->packages( 'MyClassName' => 'mytablename' );
$ts->require_packages;
$ts->declare_tables;
This is an example use of the DBIx::DBO2 framework used for testing purposes.