Hey all, LMDB.jl <https://github.com/wildart/LMDB.jl> is a wrapper around Lightning Memory-Mapped Database (aka LMDB) which is an ultra-fast, ultra-compact key-value embedded data store developed by Symas for the OpenLDAP Project ( http://symas.com/mdb/).
Documentation and examples are available at the GitHub page: https://github.com/wildart/LMDB.jl The package uses BinDeps to compile a LMDB shared library. At this point only Linux is supported. Cursors are still missing, but the package is functional. Comments, positive and negative, are quite welcome. -- Art
