DBIx::DBO2::Schema - Group of tables and associated record classes


DBIx-DBO2 documentation  | view source Contained in the DBIx-DBO2 distribution.

Index


NAME

Top

DBIx::DBO2::Schema - Group of tables and associated record classes

SYNOPSIS

Top

  use DBIx::DBO2::Schema;
  my $ts = DBIx::DBO2::Schema->new();
  $ts->connect_datasource( $dsn, $user, $pass );
  $ts->packages( 'MyClassName' => 'mytablename' );
  $ts->require_packages;
  $ts->declare_tables;

Top

This is an example use of the DBIx::DBO2 framework used for testing purposes.


DBIx-DBO2 documentation  | view source Contained in the DBIx-DBO2 distribution.