
lmdb 1.7.5
0
Universal Python binding for the LMDB 'Lightning' Database
Contents
Universal Python binding for the LMDB 'Lightning' Database
Stars: 734, Watchers: 734, Forks: 116, Open Issues: 26The jnwatson/py-lmdb repo was created 13 years ago and the last code push was 3 months ago.
The project is popular with 734 github stars!
How to Install lmdb
You can install lmdb using pip
pip install lmdb
or add it to a project with poetry
poetry add lmdb
Package Details
- Author
- David Wilson
- License
- OLDAP-2.8
- Homepage
- http://github.com/jnwatson/py-lmdb/
- PyPi:
- https://pypi.org/project/lmdb/
- GitHub Repo:
- https://github.com/jnwatson/py-lmdb
Classifiers
- Database
- Database/Database Engines/Servers
Related Packages
Errors
A list of common lmdb errors.
Code Examples
Here are some lmdb code examples and snippets.
GitHub Issues
The lmdb package has 26 open issues on GitHub
- tests: relax PreloadTest assertion
pythonfix