python-lmdb
Universal Python binding for the LMDB 'Lightning' Database
Universal Python binding for the LMDB 'Lightning' Database
To install this package, run one of the following:
LMDB is a fast, memory-efficient, embedded key-value store (it does not require running an external daemon). With memory-mapped files, it has the read performance of a pure in-memory database while retaining the persistence of standard disk-based databases. python-lmdb is a Python binding for LMDB including a bundled version of LMDB.
Summary
Universal Python binding for the LMDB 'Lightning' Database
Information Last Updated
Oct 16, 2025 at 11:21
License
OLDAP-2.8
Total Downloads
36.7K
Platforms
GitHub Repository
https://github.com/jnwatson/py-lmdbDocumentation
https://lmdb.readthedocs.io/