keyvaluehash

Version 0.3.1.2 revision 0 uploaded by EyalLotem.

Package meta

Synopsis
Pure Haskell key/value store implementation
Description

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.

Author
Eyal Lotem
Bug reports
n/a
Category
Database
Copyright
Eyal Lotem
Homepage
n/a
Maintainer
eyal.lotem@gmail.com
Package URL
n/a
Stability
n/a

Components