The latest version of BerkeleyDB is 0.8.7-0.

BerkeleyDB

Version 0.2 revision 0 uploaded by JohnMcCall.

Package meta

Synopsis
Bindings for Berkeley DB v1.x
Description

Provides Haskell bindings for Berkeley DB v1.x, a simple file-backed database library which is included by default with many UNIX distributions. Databases may be organized in one of four methods: in a hashtable, in a b-tree, in a stream of fixed-length records, and in a stream of variable-length records. Custom comparison and hash functions are supported. Most of the standard database API is supported.

This implementation *seems* stable, inasmuch as I don't know of any glaring flaws, but I haven't done anything that could even jokingly be referred to as coverage testing.

Author
John McCall
Bug reports
n/a
Category
Database
Copyright
John McCall, 2007
Homepage
http://www.cs.pdx.edu/~rjmccall/hackage/BerkeleyDB/
Maintainer
rjmccall@gmail.com
Package URL
n/a
Stability
alpha

Components