achievement
Data source: steam-to-sqlite
3 rows where steam_app_pk = 15996
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 179158 | firstgame | 19.8 | G-Ball 15996 |
| 179159 | 3gameswon | 14.7 | G-Ball 15996 |
| 179160 | 10gamesplayed | 14.0 | G-Ball 15996 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "achievement" ( pk INTEGER NOT NULL, name VARCHAR NOT NULL, percent FLOAT NOT NULL, steam_app_pk INTEGER, PRIMARY KEY (pk), FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk) );