NAME
DBIx::Class::PK::Auto::Pg - Automatic primary key class for PostgreSQL
SYNOPSIS
# In your table classes
__PACKAGE__->load_components(qw/PK::Auto::Pg Core/);
__PACKAGE__->set_primary_key('id');
DESCRIPTION
This class implements autoincrements for PostgreSQL.
AUTHORS
Marcus Ramberg <m.ramberg@cpan.org>
LICENSE
You may distribute this code under the same terms as Perl itself.