home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

11 rows where steam_app_pk = 372

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5930 ACH_0 88.3 The Wake: Mourning Father, Mourning Mother 372
5931 ACH_1 84.0 The Wake: Mourning Father, Mourning Mother 372
5932 ACH_2 76.4 The Wake: Mourning Father, Mourning Mother 372
5933 ACH_3 66.8 The Wake: Mourning Father, Mourning Mother 372
5934 ACH_4 61.8 The Wake: Mourning Father, Mourning Mother 372
5935 ACH_5 55.5 The Wake: Mourning Father, Mourning Mother 372
5936 ACH_6 53.6 The Wake: Mourning Father, Mourning Mother 372
5937 ACH_7 52.6 The Wake: Mourning Father, Mourning Mother 372
5938 ACH_8 51.9 The Wake: Mourning Father, Mourning Mother 372
5939 ACH_9 51.4 The Wake: Mourning Father, Mourning Mother 372
5940 ACH_10 51.2 The Wake: Mourning Father, Mourning Mother 372

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