opendut
opendut copied to clipboard
Persistence Transactions
When modifying the database, we should roll back contiguous changes, if some of them fail.
Tasks:
- [ ] resources_manager.resources_mut()
- [ ] resources_manager.insert()
- [ ] resources_manager.remove()