Closed joaoreis81 closed 6 years ago
@joaoreis81 as long as you do not run multiple processes that all write to the same file at the same time, you will be fine. tinyrecord only makes sure that the DB will not be corrupted when you modify it from multiple threads in the same process.
I'm using tinydb and facing problems with threaded application. The database corrupts. Does tinyrecord solve the concurrency problem? Thanks.