home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

12 rows where steam_app_pk = 26

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
70 6 70.8 Zombeer 26
71 5 33.4 Zombeer 26
72 7 28.5 Zombeer 26
73 00 28.3 Zombeer 26
74 1 18.2 Zombeer 26
75 2 7.2 Zombeer 26
76 4 5.3 Zombeer 26
77 3 5.3 Zombeer 26
78 10 5.2 Zombeer 26
79 8 5.1 Zombeer 26
80 11 4.1 Zombeer 26
81 9 3.9 Zombeer 26

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