
Pixie::Store::DBI -- abstract class for DBI-based Pixie stores.

use Pixie; my $dsn; # see subclasses for valid dsn specs my %args = ( user => 'foo', pass => 'bar' ); Pixie->deploy( $dsn, %args ); # only do this once my $px = Pixie->new->connect( $dsn );

Abstract class for DBI-based Pixie stores. See subclasses for implemented DBI stores.


Pixie, Pixie::Store, DBIx::AnyDBD

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 (c) 2002-2004 Fotango Ltd
This software is released under the same license as Perl itself.