home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

14 rows where steam_app_pk = 46179

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
609251 Lore 45.5 Bride for the Princess 46179
609252 Marry 31.6 Bride for the Princess 46179
609253 Idol 25.5 Bride for the Princess 46179
609254 Wolf 16.3 Bride for the Princess 46179
609255 Maid 17.0 Bride for the Princess 46179
609256 Demon 12.5 Bride for the Princess 46179
609257 Zombie 10.1 Bride for the Princess 46179
609258 Clown 7.2 Bride for the Princess 46179
609259 Fairy 7.0 Bride for the Princess 46179
609260 Ninja 5.5 Bride for the Princess 46179
609261 Treasure 5.3 Bride for the Princess 46179
609262 Harem 3.5 Bride for the Princess 46179
609263 CG 2.9 Bride for the Princess 46179
1899883 Annabelle 1.4 Bride for the Princess 46179

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