bedquilt-core icon indicating copy to clipboard operation
bedquilt-core copied to clipboard

Update operation

Open JuneKelly opened this issue 9 years ago • 1 comments

  • Should allow for partial updates of a document
  • update, update_one, update_one_by_id

JuneKelly avatar Apr 16 '15 18:04 JuneKelly

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.

JuneKelly avatar Apr 20 '16 12:04 JuneKelly