home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

16 rows where steam_app_pk = 66191

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,66191 1 1 Blind Descent 66191
2,66191 2 2 Blind Descent 66191
4,66191 4 4 Blind Descent 66191
5,66191 5 5 Blind Descent 66191
7,66191 7 7 Blind Descent 66191
9,66191 9 9 Blind Descent 66191
10,66191 10 10 Blind Descent 66191
14,66191 14 14 Blind Descent 66191
28,66191 28 28 Blind Descent 66191
284,66191 284 284 Blind Descent 66191
285,66191 285 285 Blind Descent 66191
287,66191 287 287 Blind Descent 66191
291,66191 291 291 Blind Descent 66191
292,66191 292 292 Blind Descent 66191
298,66191 298 298 Blind Descent 66191
299,66191 299 299 Blind Descent 66191

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