NAME

Pixie::Store::DBI::Pg -- a Postgresql Pixie store.

SYNOPSIS

use Pixie;

my $dsn  = 'dbi:Pg:dbname=px_text';
my %args = ( user => 'foo', pass => 'bar' );

Pixie->deploy( $dsn, %args );  # only do this once

my $px = Pixie->new->connect( $dsn );

DESCRIPTION

Implements a Postgresql store for Pixie.

SEE ALSO

Pixie, Pixie::Store::DBI, DBD::Pg

AUTHORS

James Duncan <james@fotango.com>, Piers Cawley <pdcawley@bofh.org.uk> and Leon Brocard <acme@astray.com>.

Docs by Steve Purkis <spurkis@cpan.org>.

COPYRIGHT

Copyright (c) 2002-2004 Fotango Ltd

This software is released under the same license as Perl itself.