achievement
Data source: steam-to-sqlite
2 rows where steam_app_pk = 333
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 5659 | ACH_CharacterDes | 16.0 | Choices: The Game 333 |
| 5660 | ACH_DesertBus | 13.6 | Choices: The Game 333 |
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) );