home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

3 rows where steam_app_pk = 7475

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
70471 GoodEnding 31.8 Trainslation 7475
70472 TrainRide 28.3 Trainslation 7475
70473 Polaroids 26.6 Trainslation 7475

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