home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

6 rows where steam_app_pk = 1803

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,1803 2 2 Fantasy Grounds - Meanders Token Pack (Token Pack) 1803
3,1803 3 3 Fantasy Grounds - Meanders Token Pack (Token Pack) 1803
9,1803 9 9 Fantasy Grounds - Meanders Token Pack (Token Pack) 1803
14,1803 14 14 Fantasy Grounds - Meanders Token Pack (Token Pack) 1803
15,1803 15 15 Fantasy Grounds - Meanders Token Pack (Token Pack) 1803
285,1803 285 285 Fantasy Grounds - Meanders Token Pack (Token Pack) 1803

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