NAME

Tangram::Pg - Orthogonal Object Persistence in PostgreSQL databases

SYNOPSIS

use Tangram;
use Tangram::Pg;

$schema = Tangram::Pg->schema( $hashref );

Tangram::Pg->deploy($schema, $dbh);
   
$storage = Tangram::Pg->connect( $schema,
   $data_source, $username, $password );

$storage->disconnect();

Tangram::Pg->retreat($schema, $dbh);

DESCRIPTION

This is the entry point in the Pg-specific object-relational persistence backend.

This module performs the following:

METHODS

This backend does not add any methods; for a description of available methods, see Tangram::Relational.

ERRATA

I haven't got binary storage into VARCHAR or BLOB columns working with Pg, so the Tangram::Storable module will not work with this back-end.

Also,