NAME

Database::Migrator::Pg - Database::Migrator implementation for Postgres

VERSION

version 0.06

SYNOPSIS

package MyApp::Migrator;

use Moose;

extends 'Database::Migrator::Pg';

has '+database' => (
    required => 0,
    default  => 'MyApp',
);

DESCRIPTION

This module provides a Database::Migrator implementation for Postgres. See Database::Migrator and Database::Migrator::Core for more documentation.

ATTRIBUTES

This class adds several attributes in addition to those implemented by Database::Migrator::Core. All of these attributes are optional.

SUPPORT

Please submit bugs to the CPAN RT system at http://rt.cpan.org/NoAuth/Bugs.html?Dist=Database-Migrator-Pg or via email at bug-database-migrator-pg@rt.cpan.org.

Bugs may be submitted through https://github.com/maxmind/Database-Migrator-Pg/issues.

AUTHOR

Dave Rolsky autarch@urth.org

CONTRIBUTORS

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 - 2017 by MaxMind, Inc.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)