1DBSchema::DBD::Pg(3) User Contributed Perl Documentation DBSchema::DBD::Pg(3)
2
3
4
6 DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema
7
9 use DBI; use DBIx::DBSchema;
10
11 $dbh = DBI->connect('dbi:Pg:dbname=database', 'user', 'pass'); $schema
12 = new_native DBIx::DBSchema $dbh;
13
15 This module implements a PostgreSQL-native driver for DBIx::DBSchema.
16
18 Ivan Kohler <ivan-dbix-dbschema@420.am>
19
21 Copyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention
22 System LLC Copyright (c) 2009-2013 Freeside Internet Services, Inc.
23 All rights reserved. This program is free software; you can
24 redistribute it and/or modify it under the same terms as Perl itself.
25
27 columns doesn't return column default information.
28
30 DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD
31
32
33
34perl v5.36.0 2023-01-20 DBSchema::DBD::Pg(3)