Closed ecton closed 1 year ago
Currently, updating a collection document inside of a transaction requires breaking the collection document into parts. It would be preferable to be able to do something like doc.update_in(&mut tx)? to add an update operation to the transaction.
doc.update_in(&mut tx)?
Currently, updating a collection document inside of a transaction requires breaking the collection document into parts. It would be preferable to be able to do something like
doc.update_in(&mut tx)?
to add an update operation to the transaction.