home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 5341

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,5341 1 1 Guacamelee! 2 5341
2,5341 2 2 Guacamelee! 2 5341
4,5341 4 4 Guacamelee! 2 5341
5,5341 5 5 Guacamelee! 2 5341
6,5341 6 6 Guacamelee! 2 5341
7,5341 7 7 Guacamelee! 2 5341
8,5341 8 8 Guacamelee! 2 5341
9,5341 9 9 Guacamelee! 2 5341
12,5341 12 12 Guacamelee! 2 5341
20,5341 20 20 Guacamelee! 2 5341
25,5341 25 25 Guacamelee! 2 5341
26,5341 26 26 Guacamelee! 2 5341
28,5341 28 28 Guacamelee! 2 5341
285,5341 285 285 Guacamelee! 2 5341

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