home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

8 rows where steam_app_pk = 377

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5980 combo_8 42.20000076293945 C-RUSH 377
5981 removal_man 9.199999809265137 C-RUSH 377
5982 the_end 7.300000190734863 C-RUSH 377
5983 the_million 7.0 C-RUSH 377
5984 bee_killer 6.900000095367432 C-RUSH 377
5985 ghost_sniper 6.400000095367432 C-RUSH 377
5986 cleaner 6.400000095367432 C-RUSH 377
5987 stellar_elite 6.300000190734863 C-RUSH 377

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