home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

14 rows where steam_app_pk = 29214

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
387283 FirstCollectables 69.6 Prehistoric Dude 29214
387284 FirstChestsOpened 59.2 Prehistoric Dude 29214
387285 FirstEnemiesDefeated 54.2 Prehistoric Dude 29214
387286 SecondCollectables 51.5 Prehistoric Dude 29214
387287 FirstBossDefeated 49.0 Prehistoric Dude 29214
387288 SecondEnemiesDefeated 46.3 Prehistoric Dude 29214
387289 ThirdCollectables 39.8 Prehistoric Dude 29214
387290 ThirdEnemiesDefeated 37.7 Prehistoric Dude 29214
387291 FourthEnemiesDefeated 33.1 Prehistoric Dude 29214
387292 SecondBossDefeated 31.5 Prehistoric Dude 29214
387293 SecondChestsOpened 31.9 Prehistoric Dude 29214
387294 ThirdChestsOpened 28.2 Prehistoric Dude 29214
387295 FourthChestsOpened 26.3 Prehistoric Dude 29214
387296 ThirdBossDefeated 26.3 Prehistoric Dude 29214

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