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.05
SYNOPSIS
package MyApp::Migrator;
use Moose;
extends '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.
ATTRIBUTES
This class adds several attributes in addition to those implemented by Database::Migrator::Core:
character_set
The character set of the database. This is only used when creating a new database. This is optional.
collation
The collation of the database. This is only used when creating a new database. This is optional.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by MaxMind, Inc..
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)