home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

10 rows where steam_app_pk = 12870

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
144793 ACH_COINS_100 33.4 Goblin and Coins 12870
144794 ACH_COOK 22.1 Goblin and Coins 12870
144795 ACH_COINS_200 19.2 Goblin and Coins 12870
144796 ACH_DIEHARD 13.5 Goblin and Coins 12870
144797 ACH_COINS_300 12.3 Goblin and Coins 12870
144798 ACH_CRAFTY 11.3 Goblin and Coins 12870
144799 ACH_END_CASUAL 10.7 Goblin and Coins 12870
144800 ACH_COINS_400 9.4 Goblin and Coins 12870
144801 ACH_COINS_500 4.4 Goblin and Coins 12870
144802 ACH_END_HARD 3.2 Goblin and Coins 12870

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