Move analysis into own crate and some more improvements all around

This commit is contained in:
Lol3rrr
2024-09-23 17:12:52 +02:00
parent 118a25aa9a
commit 7b50da640c
19 changed files with 676 additions and 206 deletions

View File

@@ -23,5 +23,7 @@ CREATE TABLE IF NOT EXISTS demo_player_stats (
steam_id TEXT NOT NULL,
kills int2 NOT NULL,
deaths int2 NOT NULL,
damage int2 NOT NULL,
assists int2 NOT NULL,
PRIMARY KEY (demo_id, steam_id)
);