home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

6 rows where steam_app_pk = 223299

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
2029367 PawnPromotion 15.3 Dicey Chess 223299
2029368 Dicey 9.8 Dicey Chess 223299
2029369 WinBot 37.3 Dicey Chess 223299
2029370 WinWithoutMovingKing 38.4 Dicey Chess 223299
2029371 WinWithLessThan10Rounds 30.7 Dicey Chess 223299
2029372 BeatKingWithPawn 21.9 Dicey Chess 223299

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