lmdb-simple: Simple API for LMDB

[ bsd3, database, library ] [ Propose Tags ]

This package provides a simple API for using the Lightning Memory-mapped Database (LMDB).


[Skip to Readme]

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.1.0, 0.4.0.0
Dependencies base (>=4.7 && <5), binary (>=0.8), bytestring, lmdb (>=0.2) [details]
License BSD-3-Clause
Copyright © 2017 Robert Leslie
Author Rob Leslie
Maintainer rob@mars.org
Category Database
Home page https://github.com/verement/lmdb-simple#readme
Bug tracker https://github.com/verement/lmdb-simple/issues
Source repo head: git clone https://github.com/verement/lmdb-simple.git
Uploaded by RobLeslie at 2017-07-31T01:30:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3224 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-31 [all 1 reports]

Readme for lmdb-simple-0.1.0.0

[back to package description]

Simple Haskell API for LMDB

This is a simple API for the Lightning Memory-mapped Database.