home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

5 rows where steam_app_pk = 229751

✎ View and edit SQL

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

CSV options:

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)
);
Powered by Datasette · Queries took 976.859ms · Data source: steam-to-sqlite