home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

12 rows where steam_app_pk = 114688

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1350948 finished_tutorial 52.7 Fantastic Contraption 114688
1350949 any_green 6.2 Fantastic Contraption 114688
1350950 any_minimalist 6.1 Fantastic Contraption 114688
1350951 sweep_giraffe 1.3 Fantastic Contraption 114688
1350952 any_wheels 1.0 Fantastic Contraption 114688
1350953 lightning_log_rolling 0.6 Fantastic Contraption 114688
1350954 champ_tube 0.2 Fantastic Contraption 114688
1350955 green_hurl 0.1 Fantastic Contraption 114688
1350956 green_fetch 0.1 Fantastic Contraption 114688
1350957 minimalist_stairs 0.1 Fantastic Contraption 114688
1350958 boomerang_step 0.1 Fantastic Contraption 114688
1350959 finished_all 0.1 Fantastic Contraption 114688

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