home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

12 rows where steam_app_pk = 863

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1403982 Survivor 91.8 The Bonfire: Forsaken Lands 863
1403983 LostSouls 87.8 The Bonfire: Forsaken Lands 863
1403984 Fighter 85.5 The Bonfire: Forsaken Lands 863
1403985 Explorer 54.1 The Bonfire: Forsaken Lands 863
1403986 Knowledge 45.5 The Bonfire: Forsaken Lands 863
1403987 Hero 40.0 The Bonfire: Forsaken Lands 863
1403988 Temple 36.0 The Bonfire: Forsaken Lands 863
1403989 ForbiddenKnowledge 32.3 The Bonfire: Forsaken Lands 863
1403990 Thieves 32.8 The Bonfire: Forsaken Lands 863
1403991 Legendary 29.1 The Bonfire: Forsaken Lands 863
1403992 Hardcore 3.4 The Bonfire: Forsaken Lands 863
1403993 WorkHard 1.6 The Bonfire: Forsaken Lands 863

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