aclindsa / moneygo

An accounting web application to track personal finances written in Go and React/Bootstrap
MIT License
199 stars 37 forks source link

Sql transaction updates #24

Closed aclindsa closed 7 years ago

aclindsa commented 7 years ago

Ensures that every request is one SQL transaction and that all requests are only written if the transaction is successfully committed. Also removes ~500 lines of backend code as a result of de-duplication in the process.