NAME

DBIx::Class::PK::Auto - Automatic Primary Key class

SYNOPSIS

DESCRIPTION

This class overrides the insert method to get automatically incremented primary keys.

You don't want to be using this directly - instead load the appropriate one for your database, e.g. PK::Auto::SQLite

METHODS

insert

Overrides insert so that it will get the value of autoincremented primary keys.

AUTHORS

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

LICENSE

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