lmdb: Lightning MDB bindings
LMDB is a read-optimized Berkeley DB replacement developed by Symas for the OpenLDAP project. LMDB has impressive performance characteristics and a friendly BSD-style OpenLDAP license. See http://symas.com/mdb/.
This library has Haskell bindings to the LMDB library. You must install the lmdb development files before installing this library, e.g. `sudo apt-get install liblmdb-dev` works for Ubuntu 14.04.
For now, only a low level interface is provided, and the author is moving on to use LMDB rather than further develop its bindings. If a higher level API is desired, please consider contributing, or develop a separate package.
Downloads
- lmdb-0.2.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.4, 0.2.5 |
---|---|
Dependencies | array, base (>=4.6 && <5) [details] |
License | BSD-2-Clause |
Copyright | (c) 2014 by David Barbour |
Author | David Barbour |
Maintainer | dmbarbour@gmail.com |
Category | Database |
Home page | http://github.com/dmbarbour/haskell-lmdb |
Source repo | head: git clone http://github.com/dmbarbour/haskell-lmdb.git |
Uploaded | by dmbarbour at 2015-01-23T16:21:56Z |
Distributions | LTSHaskell:0.2.5, NixOS:0.2.5, Stackage:0.2.5 |
Reverse Dependencies | 4 direct, 2 indirect [details] |
Downloads | 5568 total (32 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-01-23 [all 1 reports] |