The BerkeleyDB package
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.
Properties
| Versions | 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, unix |
| License | BSD3 |
| Copyright | John McCall, 2007 |
| Author | John McCall |
| Maintainer | rjmccall@gmail.com |
| Stability | alpha |
| Category | Database |
| Home page | http://www.cs.pdx.edu/~rjmccall/hackage/BerkeleyDB/ |
| Upload date | Fri Apr 6 20:59:32 UTC 2007 |
| Uploaded by | JohnMcCall |
| Build failure | ghc-6.10 (log), ghc-6.12 (log), ghc-6.6 (log), ghc-6.8 (log) |
Modules
- Database
- Database.BerkeleyDB
Downloads
- BerkeleyDB-0.2.tar.gz (Cabal source package)
- package description (included in the package)