Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnwatson/py-lmdb
Universal Python binding for the LMDB 'Lightning' Database
https://github.com/jnwatson/py-lmdb
Last synced: 11 days ago
JSON representation
Universal Python binding for the LMDB 'Lightning' Database
- Host: GitHub
- URL: https://github.com/jnwatson/py-lmdb
- Owner: jnwatson
- License: other
- Created: 2013-02-04T19:10:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:05:26.000Z (2 months ago)
- Last Synced: 2024-10-02T07:43:31.032Z (about 2 months ago)
- Language: C
- Homepage: http://lmdb.readthedocs.io/
- Size: 3.11 MB
- Stars: 643
- Watchers: 26
- Forks: 105
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
This is a universal Python binding for the LMDB ‘Lightning’ Database.
See [the documentation](https://lmdb.readthedocs.io) for more information.
### CI State
![Build, run, and test py-lmdb](https://github.com/jnwatson/py-lmdb/workflows/Build,%20run,%20and%20test%20py-lmdb/badge.svg)# Python Version Support Statement
This project has been around for a while. Previously, it supported all the way back to before 2.5. Currently, py-lmdb
supports Python >= 3.5 and pypy.The last version of py-lmdb that supported Python 2.7 was 1.4.1.