highscore-server/src
Manuel 7749b7c159
Several improvements
* Make Dockerfile build and run correctly on alpine, fix missing sqlite
* Make config shared to avoid reading from file on each request
* Correctly handle Signals to gracefully stop database connection and
  to speed up shutdown, relevant for docker deployment
* Correctly check for sqlite error on table creation
2023-01-10 11:00:00 +01:00
..
config.v Several improvements 2023-01-10 11:00:00 +01:00
database.v Several improvements 2023-01-10 11:00:00 +01:00
main.v Several improvements 2023-01-10 11:00:00 +01:00
score.v Initial commit 2023-01-07 13:00:00 +01:00
web.v Several improvements 2023-01-10 11:00:00 +01:00