home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

20 rows where steam_app_pk = 6748

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
65477 OhMy 83.4 Tee Time Golf 6748
65478 FirstDay 58.8 Tee Time Golf 6748
65479 Purchase1 48.2 Tee Time Golf 6748
65480 10Birdies 37.4 Tee Time Golf 6748
65481 Eagle 30.0 Tee Time Golf 6748
65482 Level10 27.3 Tee Time Golf 6748
65483 BeatJoeDuffy 26.9 Tee Time Golf 6748
65484 HoleInOne 11.0 Tee Time Golf 6748
65485 Level20 11.9 Tee Time Golf 6748
65486 10ChipIns 8.2 Tee Time Golf 6748
65487 Level30 6.4 Tee Time Golf 6748
65488 250Birdies 5.0 Tee Time Golf 6748
65489 Albatross 2.3 Tee Time Golf 6748
65490 Purchase50 1.8 Tee Time Golf 6748
65491 50ChipIns 1.6 Tee Time Golf 6748
65492 2000Holes 1.7 Tee Time Golf 6748
65493 1000Birdies 1.1 Tee Time Golf 6748
65494 BotsBotsBots 1.1 Tee Time Golf 6748
65495 50000Coins 0.5 Tee Time Golf 6748
65496 200ChipIns 0.3 Tee Time Golf 6748

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