lmdb
Package — DatabasePython 3.7+Intermediate
Python bindings for Lightning Memory-Mapped Database
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (C extension)
- Install
pip install lmdb
Learn by Difficulty
Quick Example
python
# Install: pip install lmdb import lmdb # Basic lmdb usage print(f"Using lmdb") # See documentation for detailed examples
lmdb is a third-party package. Python bindings for Lightning Memory-Mapped Database. Install with: pip install lmdb
Try in PlaygroundTags
packagedatabaseormpersistence