Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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)