Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

How to save changes on update? #54

Open
deejay9424 opened this issue Jul 4, 2019 · 1 comment
Open

How to save changes on update? #54

deejay9424 opened this issue Jul 4, 2019 · 1 comment

Comments

@deejay9424
Copy link

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"}

@President
Copy link

@deejay9424 hi. did you find the solution with this library? or did you switch to another library?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants