home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

8 rows where steam_app_pk = 231900

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
2138466 ach_complete_a_job 87.0 One Last Job 231900
2138467 ach_injured_crew 78.4 One Last Job 231900
2138468 ach_never_relax 64.5 One Last Job 231900
2138469 ach_critical_failure 64.5 One Last Job 231900
2138470 ach_buy_a_boon 65.5 One Last Job 231900
2138471 ach_win_the_game 26.8 One Last Job 231900
2138472 ach_too_injured 31.1 One Last Job 231900
2138473 ach_recruit_custom_crew 18.2 One Last Job 231900

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