home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

11 rows where steam_app_pk = 370

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5919 A_3 84.7 Castle In The Darkness 370
5920 A_5 76.9 Castle In The Darkness 370
5921 A_8 72.8 Castle In The Darkness 370
5922 A_9 36.9 Castle In The Darkness 370
5923 A_12 17.8 Castle In The Darkness 370
5924 A_1 16.1 Castle In The Darkness 370
5925 A_4 12.1 Castle In The Darkness 370
5926 A_10 11.3 Castle In The Darkness 370
5927 A_6 11.1 Castle In The Darkness 370
5928 A_2 10.5 Castle In The Darkness 370
5929 A_11 9.0 Castle In The Darkness 370

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 6478.102ms · Data source: steam-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows