home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

5 rows where steam_app_pk = 10521

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1508088 Logbook - 4 Hours 18.299999237060547 RealFlight 9.5S 10521
1508089 Logbook - 2 Hours 27.100000381469727 RealFlight 9.5S 10521
1508090 AeroScout Training Classes - Level 1 1.7999999523162842 RealFlight 9.5S 10521
1508091 Habu Training Classes - Level 1 1.2000000476837158 RealFlight 9.5S 10521
1508092 Apprentice Training Classes - Level 1 2.200000047683716 RealFlight 9.5S 10521

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