@hackage leveldb-haskell0.0.3

Haskell bindings to LevelDB

From http://leveldb.googlecode.com:

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

This library provides a Haskell language binding to LeveldDB. It is in very early stage and has seen very limited testing.

Note: the LevelDB source code is bundled with this package and built as part of the installation. To enable compression, the snappy library needs to be installed on the target system.