The latest version of BerkeleyDB is 0.8.7-0.

BerkeleyDB

Version 0.8.6 revision 0 uploaded by StephenBlackheath.

Package meta

Synopsis
Berkeley DB binding
Description

This package provides a Haskell binding for Berkeley DB, which is a fast, scalable, fully transactional database that runs on a local file system, and functions as a dictionary of arbitrary-sized binary blobs. It is NOT an SQL-based database. It is not free for commercial use.

This is a work in progress: The coverage of the Berkeley DB API is not yet complete. Tested with Berkeley DB versions 4.7 and 4.8, but should work with earlier versions.

Berkeley DB home page: http://www.oracle.com/database/berkeley-db/index.html

Haskell binding tutorial: http://www.haskell.org/haskellwiki/BerkeleyDBXML

DARCS repository: http://code.haskell.org/BerkeleyDB/

Changes: 0.8: Support db4.7 and db4.8, removed C++ binding. 0.8.5: Add db_sync. 0.7.2: Fix on db4.7

Contributors: Michael Stone, Balázs Jávorszky

Author
Stephen Blackheath, Erik Hesselink <erik@typlab.com>
Bug reports
n/a
Category
Database
Copyright
(c) 2009 Stephen Blackheath, (c) 2010 typLAB
Homepage
http://www.haskell.org/haskellwiki/BerkeleyDBXML
Maintainer
http://blacksapphire.com/antispam/
Package URL
n/a
Stability
beta

Components