home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

21 rows where steam_app_pk = 1563

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1406143 act1 53.1 Even the Ocean 1563
1406144 readJournal 44.6 Even the Ocean 1563
1406145 library 40.6 Even the Ocean 1563
1406146 museum 37.3 Even the Ocean 1563
1406147 act2 31.6 Even the Ocean 1563
1406148 act3 26.6 Even the Ocean 1563
1406149 act4 24.0 Even the Ocean 1563
1406150 act5 23.5 Even the Ocean 1563
1406151 findPostgame 18.6 Even the Ocean 1563
1406152 gauntlet1 4.3 Even the Ocean 1563
1406153 gauntlet2 3.5 Even the Ocean 1563
1406154 gauntlet3 3.1 Even the Ocean 1563
1406155 story1 3.3 Even the Ocean 1563
1406156 gauntlet5 2.9 Even the Ocean 1563
1406157 gauntlet4 3.0 Even the Ocean 1563
1406158 speedrungauntlet 2.7 Even the Ocean 1563
1406159 story2 2.5 Even the Ocean 1563
1406160 story3 2.4 Even the Ocean 1563
1406161 story5 2.3 Even the Ocean 1563
1406162 story4 2.3 Even the Ocean 1563
1406163 speedrunMain 2.0 Even the Ocean 1563

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