Dave Rolsky > Fey-Loader-0.10 > Fey::Loader::mysql

Download:
Fey-Loader-0.10.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Source   Latest Release: Fey-Loader-0.11

NAME ^

Fey::Loader::mysql - Loader for MySQL schemas

SYNOPSIS ^

  my $loader = Fey::Loader->new( dbh => $dbh );

  my $schema = $loader->make_schema( name => $name );

DESCRIPTION ^

Fey::Loader::mysql implements some MySQL-specific loader behavior.

METHODS ^

This class provides the same public methods as Fey::Loader::DBI.

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

BUGS ^

Please report any bugs or feature requests to bug-fey-loader@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE ^

Copyright 2006-2008 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.