NAME

Pixie::Store::BerkeleyDB -- a Berkeley DB Pixie store.

SYNOPSIS

use Pixie;
# BerkeleyDB stores don't need to be deployed
my $px = Pixie->new->connect( 'bdb:path/to/store.bdb' );

DESCRIPTION

Implements a Berkeley DB store for Pixie.

SEE ALSO

Pixie, Pixie::Store::DBI, BerkeleyDB

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.