NAME
DBIx::Class::Storage::DBI::SQLite - Automatic primary key class for SQLiteSYNOPSIS
# In your table classes
use base 'DBIx::Class::Core';
__PACKAGE__->set_primary_key('id');
DESCRIPTION
This class implements autoincrements for SQLite.AUTHORS
Matt S. Trout <[email protected]>LICENSE
You may distribute this code under the same terms as Perl itself.