DBIx::Class::Storage::DBI::SQLite.3pm

Langue: en

Version: 2007-06-17 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

DBIx::Class::PK::Auto::SQLite - Automatic primary key class for SQLite

SYNOPSIS

   # In your table classes
   __PACKAGE__->load_components(qw/PK::Auto Core/);
   __PACKAGE__->set_primary_key('id');
 
 

DESCRIPTION

This class implements autoincrements for SQLite.

AUTHORS

Matt S. Trout <mst@shadowcatsystems.co.uk>

LICENSE

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