home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

7 rows where steam_app_pk = 140

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,140 1 1 Beat Saber - Kayzo - "This Time" 140
2,140 2 2 Beat Saber - Kayzo - "This Time" 140
3,140 3 3 Beat Saber - Kayzo - "This Time" 140
8,140 8 8 Beat Saber - Kayzo - "This Time" 140
16,140 16 16 Beat Saber - Kayzo - "This Time" 140
21,140 21 21 Beat Saber - Kayzo - "This Time" 140
285,140 285 285 Beat Saber - Kayzo - "This Time" 140

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