
DBIx::Class::Storage::DBI - DBI storage handler


This class represents the connection to the database

$class->commit;
Issues a commit again the current dbh
$class->rollback;
Issues a rollback again the current dbh

Matt S. Trout <mst@shadowcatsystems.co.uk>
Andy Grundman <andy@hybridized.org>

You may distribute this code under the same terms as Perl itself.