home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 5334

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,5334 1 1 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
2,5334 2 2 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
3,5334 3 3 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
9,5334 9 9 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
10,5334 10 10 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
11,5334 11 11 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
12,5334 12 12 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
13,5334 13 13 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
14,5334 14 14 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
15,5334 15 15 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334
285,5334 285 285 Fantasy Grounds - Traps, Trammels, and Triggers - Nefarious Devices for 5E 5334

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "categorysteamapplink" (
	category_pk INTEGER NOT NULL, 
	steam_app_pk INTEGER NOT NULL, 
	PRIMARY KEY (category_pk, steam_app_pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), 
	FOREIGN KEY(category_pk) REFERENCES category (pk)
);
Powered by Datasette · Queries took 1234.286ms · Data source: steam-to-sqlite