berkeleydb

Pretty BerkeleyDB v4 binding.

Latest on Hackage:2008.10.31

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by David Himmelstrup

This library attempts to provide a memory efficient alternative to Data.Map. The BerkeleyDB system is bound and exposed through an interface that mimics Data.Map as much as possible.

Features include: pure interface with fairly efficient sharing and a very small memory footprint.

Tested with libdb4.6