NAME

Para::Frame::DBIx::Pg - Wrapper module for DBI Pg

init

  $dbix->init( \%args )

Sets datetime_formatter to DateTime::Format::Pg which uses SQL standard ISO 8601 (2003-01-16T23:12:01+0200). It's used by Para::Frame::DBIx/format_datetime.

bool

tables

  $dbix->tables

Returns: a Para::Frame::List of Para::Frame::DBIx::Table objects

table

  $dbix->table( $name )

Returns: a Para::Frame::DBIx::Table object for the table, or undef if not exists;

SEE ALSO

Para::Frame, Para::Frame::DBIx