home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

12 rows where steam_app_pk = 1691

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
17494 Gen_Dungeon 44.400001525878906 Imagine Me 1691
17495 Pick_Lock_Pro 33.0 Imagine Me 1691
17496 Falling_Is_Fun 31.200000762939453 Imagine Me 1691
17497 Trampolines_Forever 28.799999237060547 Imagine Me 1691
17498 Nice_Game_Developers 18.5 Imagine Me 1691
17499 Check_the_Memory_Book 11.899999618530273 Imagine Me 1691
17500 Tysjacha 11.399999618530273 Imagine Me 1691
17501 Remain_Strong 8.899999618530273 Imagine Me 1691
17502 Conquer_the_Nightmare 8.0 Imagine Me 1691
17503 Peace_at_Last 7.099999904632568 Imagine Me 1691
17504 Halfway_There 6.699999809265137 Imagine Me 1691
17505 Full_Tank 6.599999904632568 Imagine Me 1691

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