lmdb - Bindings to Lightning Memory-Mapped Database

Description

LMDB is a Btree-based database management library with an API similar to BerkeleyDB. The library is thread-aware and supports concurrent read/write access from multiple processes and threads. The DB structure is multi-versioned, and data pages use a copy-on-write strategy, which also provides resistance to corruption and eliminates the need for any recovery procedures. The database is exposed in a memory map, requiring no page cache layer of its own. This extension provides an interface for accessing LMDB database files from Tcl.

Information

Packagelmdb
AuthorDanilo Chang
Homepagehttps://sites.google.com/site/ray2501/tcl-lmdb
LicenseBSD, OpenLDAP
RequiresLMDB
CategoriesDatabase
Linkshttp://symas.com/mdb/

Releases

VersionDateAnnounce
0.2.22015-11-08news:ef6542c6-98fc-457f-8411-56ecff225ae1@googlegroups.com
0.3.12016-01-30news:b07ab3a9-8071-435e-9e38-28c60dbc0dea@googlegroups.com
0.3.22016-02-21news:c88bd4db-127a-48cf-9e17-284dc3727eb9@googlegroups.com
0.3.32016-02-25news:25c6e4bc-2250-4fc6-be99-8e1e8ec29478@googlegroups.com