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