home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 6592

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6592 1 1 Slay the Spire 6592
4,6592 4 4 Slay the Spire 6592
5,6592 5 5 Slay the Spire 6592
6,6592 6 6 Slay the Spire 6592
7,6592 7 7 Slay the Spire 6592
8,6592 8 8 Slay the Spire 6592
19,6592 19 19 Slay the Spire 6592
24,6592 24 24 Slay the Spire 6592
25,6592 25 25 Slay the Spire 6592
26,6592 26 26 Slay the Spire 6592
28,6592 28 28 Slay the Spire 6592
285,6592 285 285 Slay the Spire 6592

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