NAME

Database::Migrator::mysql - Database::Migrator implementation for MySQL

VERSION

version 0.01

SYNOPSIS

package MyApp::Migrator;

use parent 'Database::Migrator::mysql';

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

DESCRIPTION

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

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by MaxMind, LLC.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)