aboutsummaryrefslogtreecommitdiff
path: root/database.js
AgeCommit message (Collapse)Author
2023-06-24Made database.js wrapper use connection poolJoel Kronqvist
Using a connection pool instead of a single @$*%^_!# connection increased the throughput tremendously and fixed the problem with the server crashing due to server disconnects, reducing downtime. Why was the latter issue even unfixed?
2022-01-08Parsing the shifts (not classes) to the database + some GUI improvementsJoelHMikael
2022-01-07Added the DB class & instructions to set up DBJoelHMikael