Test::Database::Driver::Pg - A Test::Database driver for Pg
use Test::Database;
my @handles = Test::Database->handles( 'Pg' );
This module is the Test::Database driver for DBD::Pg.
This driver understands the following extra parameters in the configuration
file:
- template
- The template to use when creating a new database.
Philippe Bruhat (BooK),
"<book@cpan.org>"
Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.