home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

8 rows where steam_app_pk = 105

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
2853 20!8 93.4 Loot Box Simulator 20!8 105
2854 Bottle 93.2 Loot Box Simulator 20!8 105
2855 Green box 90.7 Loot Box Simulator 20!8 105
2856 Knife 87.5 Loot Box Simulator 20!8 105
2857 Just box 68.0 Loot Box Simulator 20!8 105
2858 Red box 60.3 Loot Box Simulator 20!8 105
2859 Strange box 57.0 Loot Box Simulator 20!8 105
2860 Russian box 55.6 Loot Box Simulator 20!8 105

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