-
I have few parallel threads running and inserting data into their own table in tinydb, but sharing the same json db file. Is this supported scenario? |
Beta Was this translation helpful? Give feedback.
Answered by
MrPigss
May 4, 2023
Replies: 1 comment
-
See this page on the docs: Why Not Use TinyDB.
This doesn't mean it's not possible but you'll have to make sure you use locks appropriately. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
drew2323
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this page on the docs: Why Not Use TinyDB.
One of the first things it says is:
This doesn't mean it's not possible but you'll have to make sure you use locks appropriately.