Test::Database::Driver::Pg - A Test::Database driver for Pg


Test-Database documentation  | view source Contained in the Test-Database distribution.

Index


NAME

Top

Test::Database::Driver::Pg - A Test::Database driver for Pg

SYNOPSIS

Top

    use Test::Database;
    my @handles = Test::Database->handles( 'Pg' );

DESCRIPTION

Top

This module is the Test::Database driver for DBD::Pg.

EXTRA PARAMETERS

Top

This driver understands the following extra parameters in the configuration file:

template

The template to use when creating a new database.

SEE ALSO

Top

Test::Database::Driver

AUTHOR

Top

Philippe Bruhat (BooK), <book@cpan.org>

COPYRIGHT

Top

LICENSE

Top

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


Test-Database documentation  | view source Contained in the Test-Database distribution.