https://github.com/qingyunha/boltdb
A Python port of Bolt key/value store.
https://github.com/qingyunha/boltdb
boltdb key-value
Last synced: 5 months ago
JSON representation
A Python port of Bolt key/value store.
- Host: GitHub
- URL: https://github.com/qingyunha/boltdb
- Owner: qingyunha
- License: mit
- Created: 2020-10-05T03:53:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T00:03:43.000Z (about 2 years ago)
- Last Synced: 2026-01-03T23:38:48.441Z (5 months ago)
- Topics: boltdb, key-value
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boltdb
A Python port of [Bolt][bolt] key/value store.
[bolt]: https://github.com/boltdb/bolt
## Install
``` console
$ pip install boltdb
```
## Example
see [test\_bucket.py](./tests/test_bucket.py)