Rand Stats

LMDB

github:salortiz

LMDB

LMDB is a native Perl6 bindings for the OpenLDAP's lmdb (Lightning Memory-Mapped Database) C library.

lmdb is an ultra-fast, ultra-compact key-value data store developed by Symas for the OpenLDAP Project. See http://symas.com/mdb/ for details.

PREREQUISITES

Right now lmdb needs a 64bits platform.

Before you can install LMDB you need to have the following installed on your system:

INSTALLATION

You install this module with zef:

zef install LMDB

USE

See QUICK-GUIDE.md

*** WARNING *** This is an early release to allow the interested people the testing and discussion of the module: there is some missing features and you should be aware that the API isn't in stone yet. See TODO

Copyright © 2016-2019 by Salvador Ortiz Garcia