The keyvaluehash package
A simple bytestring key/value store implemented in terms of hash table over a file. It cannot yet grow/shrink the hash table as needed, nor does it free old unused (key,value) pair storage. Mostly useful for applications that need not worry about the size of their persistent store. Reduces dependency hell.
Properties
| Versions | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1, 0.3.1.1 |
|---|---|
| Dependencies | array, base (≥3 & <10), binary, bytestring, derive, directory, filepath, hashable, mmap, storable-record |
| License | BSD3 |
| Copyright | Eyal Lotem |
| Author | Eyal Lotem |
| Maintainer | eyal.lotem@gmail.com |
| Category | Database |
| Source repository | git clone https://github.com/Peaker/keyvaluehash.git |
| Upload date | Thu Jan 3 18:55:53 UTC 2013 |
| Uploaded by | EyalLotem |
| Built on | ghc-7.6 |
Modules
- Database
Downloads
- keyvaluehash-0.3.1.1.tar.gz (Cabal source package)
- package description (included in the package)