Skip to content

Perform database writes inside transactions to allow rollback on failure #188

@toasted226

Description

@toasted226

We should perform work where multiple database writes are required inside of a transaction, such that if failure occurs, the changes are rolled back. This should also be more efficient, as we don't have to create a connection for every write.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions