home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 11545

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,11545 2 2 Clothesline Carnage 11545
13,11545 13 13 Clothesline Carnage 11545
14,11545 14 14 Clothesline Carnage 11545
15,11545 15 15 Clothesline Carnage 11545
16,11545 16 16 Clothesline Carnage 11545
17,11545 17 17 Clothesline Carnage 11545
20,11545 20 20 Clothesline Carnage 11545
21,11545 21 21 Clothesline Carnage 11545
285,11545 285 285 Clothesline Carnage 11545

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