home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

10 rows where steam_app_pk = 3356

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1963969 SSFULL_ACH_000 55.4 Starstruck: Hands of Time 3356
1963970 SSFULL_ACH_022 34.1 Starstruck: Hands of Time 3356
1963971 SSFULL_ACH_012 48.6 Starstruck: Hands of Time 3356
1963972 SSFULL_ACH_021 22.5 Starstruck: Hands of Time 3356
1963973 SSFULL_ACH_020 25.6 Starstruck: Hands of Time 3356
1963974 SSFULL_ACH_019 12.1 Starstruck: Hands of Time 3356
1963975 SSFULL_ACH_023 9.8 Starstruck: Hands of Time 3356
1963976 SSFULL_ACH_018 10.0 Starstruck: Hands of Time 3356
1963977 SSFULL_ACH_016 3.7 Starstruck: Hands of Time 3356
1963978 SSFULL_ACH_017 1.0 Starstruck: Hands of Time 3356

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