1Test::Database::Driver:U:sPegr(3C)ontributed Perl DocumeTnetsatt:i:oDnatabase::Driver::Pg(3)
2
3
4
6 Test::Database::Driver::Pg - A Test::Database driver for Pg
7
9 use Test::Database;
10 my @handles = Test::Database->handles( 'Pg' );
11
13 This module is the Test::Database driver for DBD::Pg.
14
16 This driver understands the following extra parameters in the
17 configuration file:
18
19 template
20 The template to use when creating a new database.
21
23 Test::Database::Driver
24
26 Philippe Bruhat (BooK), "<book@cpan.org>"
27
29 Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
30
32 This module is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.32.1 2021-01-27 Test::Database::Driver::Pg(3)