home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 2561

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2561 1 1 Mutant Football League 2561
2,2561 2 2 Mutant Football League 2561
4,2561 4 4 Mutant Football League 2561
5,2561 5 5 Mutant Football League 2561
7,2561 7 7 Mutant Football League 2561
9,2561 9 9 Mutant Football League 2561
12,2561 12 12 Mutant Football League 2561
13,2561 13 13 Mutant Football League 2561
16,2561 16 16 Mutant Football League 2561
17,2561 17 17 Mutant Football League 2561
20,2561 20 20 Mutant Football League 2561
21,2561 21 21 Mutant Football League 2561
285,2561 285 285 Mutant Football League 2561

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