keyvaluehash: Pure Haskell key/value store implementation

[ bsd3, database, library ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 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, 0.3.1.2
Dependencies array, base (>=3 && <10), binary, bytestring, derive, directory, filepath, hashable, mmap, storable-record [details]
License BSD-3-Clause
Copyright Eyal Lotem
Author Eyal Lotem
Maintainer eyal.lotem@gmail.com
Category Database
Source repo head: git clone https://github.com/Peaker/keyvaluehash.git
Uploaded by EyalLotem at 2013-06-14T00:17:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5630 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]