home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

7 rows where steam_app_pk = 67834

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
820023 create_1_bot 59.6 Cosmic Trip 67834
820024 collect_crystals_during_tutorial 10.8 Cosmic Trip 67834
820025 frisbee_trickshot 1.1 Cosmic Trip 67834
820026 pacifist_economy 0.8 Cosmic Trip 67834
820027 battery_trickshot 0.7 Cosmic Trip 67834
820028 iron_grip 0.5 Cosmic Trip 67834
820029 comeback_wave_10 0.3 Cosmic Trip 67834

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