blob: 451285a3c272c33d13b53be5032776778a36c4e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LMDB_File is a Perl wrapper around 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.
LMDB_File provides full access to the complete C API, a thin Perl wrapper
with an Object-Oriented interface and a simple Perl's tie interface
compatible with others DBMs.
WWW: https://metacpan.org/release/LMDB_File
|