Test::Database::Driver::Pg - A Test::Database driver for Pg
Contents
Copyright
Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
Description
This module is the Test::Database driver for DBD::Pg.
Extra Parameters
This driver understands the following extra parameters in the configuration file:
template
The template to use when creating a new database.
License
This module is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.32.1 2021-11-12 Test::Database::Driver::Pg(3pm)
Name
Test::Database::Driver::Pg - A Test::Database driver for Pg
See Also
Test::Database::Driver
Synopsis
use Test::Database;
my @handles = Test::Database->handles( 'Pg' );
