home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 2335

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2335 1 1 Dark and Light 2335
2,2335 2 2 Dark and Light 2335
9,2335 9 9 Dark and Light 2335
10,2335 10 10 Dark and Light 2335
11,2335 11 11 Dark and Light 2335
16,2335 16 16 Dark and Light 2335
19,2335 19 19 Dark and Light 2335
21,2335 21 21 Dark and Light 2335
34,2335 34 34 Dark and Light 2335
285,2335 285 285 Dark and Light 2335

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