home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

14 rows where steam_app_pk = 44156

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
589441 shrink 79.0 Anodyne 2: Return to Dust 44156
589442 intro 71.1 Anodyne 2: Return to Dust 44156
589443 ring 45.5 Anodyne 2: Return to Dust 44156
589444 spirecave 33.4 Anodyne 2: Return to Dust 44156
589445 coin1 32.1 Anodyne 2: Return to Dust 44156
589446 buy 31.0 Anodyne 2: Return to Dust 44156
589447 desert 30.6 Anodyne 2: Return to Dust 44156
589448 talk 28.9 Anodyne 2: Return to Dust 44156
589449 coin200 27.8 Anodyne 2: Return to Dust 44156
589450 warp 27.1 Anodyne 2: Return to Dust 44156
589451 goodend 24.3 Anodyne 2: Return to Dust 44156
589452 badendready 21.0 Anodyne 2: Return to Dust 44156
589453 coin400 15.5 Anodyne 2: Return to Dust 44156
589454 coin500 6.8 Anodyne 2: Return to Dust 44156

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 970.072ms · Data source: steam-to-sqlite