Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 'update' operations #7

Open
juliedavila opened this issue Jun 1, 2019 · 0 comments
Open

Support 'update' operations #7

juliedavila opened this issue Jun 1, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@juliedavila
Copy link
Contributor

Right now there is only put which means you can't update a single property without ensuring that you are also including all other properties. We should support specifying a single key and any N properties and have those individual properties be updated.

An API like...

table.update([key], someObject)
@juliedavila juliedavila added the enhancement New feature or request label Jun 1, 2019
@juliedavila juliedavila self-assigned this Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant