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

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

Implements a Berkeley DB store for Pixie.

Pixie, Pixie::Store::DBI, BerkeleyDB

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.