DBIx::Class::Storage::DBI::SQLite - Automatic primary key class for SQLite |
DBIx::Class::Storage::DBI::SQLite - Automatic primary key class for SQLite
# In your table classes __PACKAGE__->load_components(qw/PK::Auto Core/); __PACKAGE__->set_primary_key('id');
This class implements autoincrements for SQLite.
Matt S. Trout <mst@shadowcatsystems.co.uk>
You may distribute this code under the same terms as Perl itself.
DBIx::Class::Storage::DBI::SQLite - Automatic primary key class for SQLite |