home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 9716

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,9716 1 1 Wasteland 3: Cult of the Holy Detonation 9716
2,9716 2 2 Wasteland 3: Cult of the Holy Detonation 9716
3,9716 3 3 Wasteland 3: Cult of the Holy Detonation 9716
4,9716 4 4 Wasteland 3: Cult of the Holy Detonation 9716
6,9716 6 6 Wasteland 3: Cult of the Holy Detonation 9716
7,9716 7 7 Wasteland 3: Cult of the Holy Detonation 9716
9,9716 9 9 Wasteland 3: Cult of the Holy Detonation 9716
10,9716 10 10 Wasteland 3: Cult of the Holy Detonation 9716
14,9716 14 14 Wasteland 3: Cult of the Holy Detonation 9716
26,9716 26 26 Wasteland 3: Cult of the Holy Detonation 9716
285,9716 285 285 Wasteland 3: Cult of the Holy Detonation 9716

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