DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema
use DBI; use DBIx::DBSchema;
$dbh = DBI->connect('dbi:Pg:dbname=database', 'user', 'pass'); $schema = new_native DBIx::DBSchema $dbh;
This module implements a PostgreSQL-native driver for DBIx::DBSchema.
Ivan Kohler <ivan-dbix-dbschema@420.am>
Copyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC Copyright (c) 2007 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Yes.
columns doesn't return column default information.
DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD
To install DBIx::DBSchema, copy and paste the appropriate command in to your terminal.
cpanm
cpanm DBIx::DBSchema
CPAN shell
perl -MCPAN -e shell install DBIx::DBSchema
For more information on module installation, please visit the detailed CPAN module installation guide.