You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
How do I save only changes in the database?
I don't want to save the whole document. I want to save only changes is there a way to do that?
for example:
a = {"foo":"1","bar":"2","foobar":"3"}
now if I update a, so that a = {"foo":"2","bar":"2","foobar":"3"}
how to only store a= {"foo":"2"}
The text was updated successfully, but these errors were encountered: