home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 1216

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1216 1 1 Trover Saves the Universe 1216
4,1216 4 4 Trover Saves the Universe 1216
5,1216 5 5 Trover Saves the Universe 1216
6,1216 6 6 Trover Saves the Universe 1216
7,1216 7 7 Trover Saves the Universe 1216
28,1216 28 28 Trover Saves the Universe 1216
281,1216 281 281 Trover Saves the Universe 1216
283,1216 283 283 Trover Saves the Universe 1216
285,1216 285 285 Trover Saves the Universe 1216

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