An open API service indexing awesome lists of open source software.

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.

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)