boltdb icon indicating copy to clipboard operation
boltdb copied to clipboard

A Python port of Bolt key/value store.

Results 3 boltdb issues
Sort by recently updated
recently updated
newest added

When a db is opened and closed multiple times, like you run the file multiple times not altogether, one after; I am getting a key error. Traceback (most recent call...

Cute project! What works? What doesn't?

Exception ignored in: Traceback (most recent call last): File "/home/user/venvs/somevenv/lib/python3.8/site-packages/boltdb-0.0.2-py3.8.egg/boltdb/db.py", line 169, in __del__ File "/home/user/venvs/somevenv/lib/python3.8/site-packages/boltdb-0.0.2-py3.8.egg/boltdb/db.py", line 164, in close OSError: [Errno 9] Bad file descriptor