Replies: 1 comment
-
I'm moving this to the discussion forum as this is not a issue in and of itself 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that update_multiple() doesn't support updating data by the corresponding doc_id using QueryLike. So this is my simple implementation for it:
Then replace the TinyDB.table_class by the MyTable before creating a TinyDB instance.
Beta Was this translation helpful? Give feedback.
All reactions