home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

20 rows where steam_app_pk = 15060

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
173136 Chapter1 76.5 Mutazione 15060
173137 GreenFingers 46.8 Mutazione 15060
173138 WildSwimmer 39.1 Mutazione 15060
173139 ApprenticeBotanist 39.0 Mutazione 15060
173140 Bug-a-Bed 36.7 Mutazione 15060
173141 IntermediateBotanist 33.9 Mutazione 15060
173142 SeasonedSeaDog 33.7 Mutazione 15060
173143 StrangeDreams 32.8 Mutazione 15060
173144 Bloom 31.5 Mutazione 15060
173145 SpiritGuide 31.3 Mutazione 15060
173146 GroupPhoto 31.0 Mutazione 15060
173147 ExpertBotanist 19.6 Mutazione 15060
173148 SpiceOfLife 20.7 Mutazione 15060
173149 Veggie 15.9 Mutazione 15060
173150 MeatEater 13.5 Mutazione 15060
173151 SeasonedExplorer 13.1 Mutazione 15060
173152 Ravenous 9.2 Mutazione 15060
173153 NPlus1 9.0 Mutazione 15060
173154 RebelGardener 5.6 Mutazione 15060
173155 Vegan 3.8 Mutazione 15060

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