| Fey-Loader documentation | view source | Contained in the Fey-Loader distribution. |
Fey::Loader::Pg - Loader for Postgres schemas
version 0.12
my $loader = Fey::Loader->new( dbh => $dbh ); my $schema = $loader->make_schema( name => $name );
Fey::Loader::Pg implements some Postgres-specific loader behavior.
This class provides the same public methods as Fey::Loader::DBI.
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.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Fey-Loader documentation | view source | Contained in the Fey-Loader distribution. |