home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

2 rows where steam_app_pk = 333

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5659 ACH_CharacterDes 16.0 Choices: The Game 333
5660 ACH_DesertBus 13.6 Choices: The Game 333

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