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−[email protected]>
Copyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC Copyright (c) 2009−2013 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.
columns doesn’t return column default information.
DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD