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

Update operation #9

Open
JuneKelly opened this issue Apr 16, 2015 · 1 comment
Open

Update operation #9

JuneKelly opened this issue Apr 16, 2015 · 1 comment

Comments

@JuneKelly
Copy link
Member

  • Should allow for partial updates of a document
  • update, update_one, update_one_by_id
@JuneKelly
Copy link
Member Author

JuneKelly commented Apr 20, 2016

Actually, having thought about it, atomic update operations (like mongodb has) are less necessary if we have support for transactions in the client drivers.

The user would be able to just fetch an object, modify it and save it again in one transaction.

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

No branches or pull requests

1 participant