home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

5 rows where steam_app_pk = 349

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5764 a_nu_start 88.2 Bit Orchard 349
5765 mans_best_friend_ach 48.1 Bit Orchard 349
5766 bigger_and_better_ach 38.1 Bit Orchard 349
5767 gotta_buy_them_all_ach 7.7 Bit Orchard 349
5768 exhausted_the_frog_ach 4.0 Bit Orchard 349

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