home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

24 rows where steam_app_pk = 469

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1400646 ADVENTURE_BEGIN 78.3 Bubble Tea : game for thinking and imagination 469
1400647 SONG_OF_DREAMS 58.5 Bubble Tea : game for thinking and imagination 469
1400648 NOTHING_HAPPENED 43.8 Bubble Tea : game for thinking and imagination 469
1400649 DARK_CAVE 41.0 Bubble Tea : game for thinking and imagination 469
1400650 HOT_HEAD 42.1 Bubble Tea : game for thinking and imagination 469
1400651 HOSPITAL 38.2 Bubble Tea : game for thinking and imagination 469
1400652 ENLIGHTED 36.8 Bubble Tea : game for thinking and imagination 469
1400653 DEJA_VU 35.4 Bubble Tea : game for thinking and imagination 469
1400654 THAT_TOWER 33.2 Bubble Tea : game for thinking and imagination 469
1400655 LEAGENDARY_BUBBLE_TEA 32.8 Bubble Tea : game for thinking and imagination 469
1400656 EXECUTED 32.7 Bubble Tea : game for thinking and imagination 469
1400657 BELIEVER 33.3 Bubble Tea : game for thinking and imagination 469
1400658 BASEMENT 31.8 Bubble Tea : game for thinking and imagination 469
1400659 UNDEATH 33.0 Bubble Tea : game for thinking and imagination 469
1400660 RELEASED 31.8 Bubble Tea : game for thinking and imagination 469
1400661 MORE_BELIEVER 32.2 Bubble Tea : game for thinking and imagination 469
1400662 GUNSHOT 32.2 Bubble Tea : game for thinking and imagination 469
1400663 DEATH_KNIGHT 31.6 Bubble Tea : game for thinking and imagination 469
1400664 DELIVERY_QUEST 31.3 Bubble Tea : game for thinking and imagination 469
1400665 DEVIL_OF_DEATH 31.2 Bubble Tea : game for thinking and imagination 469
1400666 GOD_OF_DEATH 31.1 Bubble Tea : game for thinking and imagination 469
1400667 SECRET_END 30.7 Bubble Tea : game for thinking and imagination 469
1400668 FILTER_GLASSES 30.8 Bubble Tea : game for thinking and imagination 469
1400669 SUN_CRYSTAL 30.7 Bubble Tea : game for thinking and imagination 469

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