NAME
RackTables::Schema - Base class for RackTables schema
SYNOPSIS
my
$racktables
= RackTables::Schema->
connect
(
$dsn
,
$user
,
$password
);
DESCRIPTION
This module is the base class of the RackTables schema, generated by the dbicdump(1) program (part of DBIx::Class::Schema::Loader
), from a RackTables v0.19.9 database. As such, it inherits everything from DBIx::Class::Schema
.
SEE ALSO
DBIx::Class, DBIx::Class::Schema, DBIx::Class::Schema::Loader
AUTHOR
Sebastien Aperghis-Tramoni