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

How to save changes on update? #54

@deejay9424

Description

@deejay9424

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions