patx / pickledb

pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
925 stars 125 forks source link

Status of this project #36

Closed matheuscmelo closed 6 years ago

matheuscmelo commented 6 years ago

Hello, first of all thanks for maintaining and developing this project, it really fits my needs. Is pickledb thread-safe? Can it be used in bigger projects as, for example, user database?

patx commented 6 years ago

it is not thread safe, maybe in the future tho ;)