BerkeleyDB: Bindings for Berkeley DB v1.x
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.
Downloads
- BerkeleyDB-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.6, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7 |
---|---|
Dependencies | base [details] |
License | BSD-3-Clause |
Copyright | John McCall, 2007 |
Author | John McCall |
Maintainer | rjmccall@gmail.com |
Category | Database |
Home page | http://www.cs.pdx.edu/~rjmccall/hackage/BerkeleyDB/ |
Uploaded | by JohnMcCall at 2007-04-06T17:03:35Z |
Distributions | NixOS:0.8.7 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 14827 total (18 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2017-01-04 [all 7 reports] |