home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

8 rows where steam_app_pk = 251082

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
2188450 visitor_of_the_moon 81.8 Balloon to the Moon 2 251082
2188451 master_of_the_moon 27.2 Balloon to the Moon 2 251082
2188452 expert_of_the_moon 27.2 Balloon to the Moon 2 251082
2188453 prince_of_the_moon 27.2 Balloon to the Moon 2 251082
2188454 noble_of_the_moon 27.2 Balloon to the Moon 2 251082
2188455 adventurer_of_the_moon 27.2 Balloon to the Moon 2 251082
2188456 explorer_of_the_moon 27.2 Balloon to the Moon 2 251082
2188457 rabbit_of_the_moon 27.2 Balloon to the Moon 2 251082

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