achievement
Data source: steam-to-sqlite
5 rows where steam_app_pk = 229751
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
2055905 | knock | 59.3 | The 4th Wall 229751 |
2055906 | finished | 66.1 | The 4th Wall 229751 |
2055907 | the4thgem | 13.5 | The 4th Wall 229751 |
2055908 | speedy | 13.5 | The 4th Wall 229751 |
2055909 | hide | 11.8 | The 4th Wall 229751 |
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) );