rogueserver/db
Up 3ed5f41d58
make server automatically create DB schema if not exists (#5)
* add default values for CLI args

* add development docker compose file

* prevent crash if userdata dir does not exist

* accounts, acccountStats

* account stats and create db indices

* compensations and daily runs

* ensure uniqueness of daily seed

* start on port 8001 by default for client parity

* make generated schema match production

* sort imports
2024-05-10 15:30:47 -04:00
..
account.go Replace usernameFromRequest 2024-05-05 16:12:10 -04:00
daily.go make server automatically create DB schema if not exists (#5) 2024-05-10 15:30:47 -04:00
db.go make server automatically create DB schema if not exists (#5) 2024-05-10 15:30:47 -04:00
game.go Relicense under AGPL 2024-04-29 17:26:46 -04:00
legacy.go hotfix: move save data to DB (#2) 2024-05-07 17:10:33 -04:00
savedata.go Use INSERT instead of REPLACE for savedata storage functions 2024-05-08 17:23:07 -04:00