modrunner / discord-bot

Node.js application powering the Modrunner Discord bot.
https://modrunner.net
Apache License 2.0
11 stars 5 forks source link

Switch to using transactions for database I/O #62

Open smcmo opened 1 year ago

smcmo commented 1 year ago

Currently Modrunner does not utilize transactions when performing database reads/writes. Switching to using transactions would help ensure data safety and would be fairly easy to implement.