home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 1864

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1864 1 1 Steamhounds 1864
2,1864 2 2 Steamhounds 1864
4,1864 4 4 Steamhounds 1864
5,1864 5 5 Steamhounds 1864
13,1864 13 13 Steamhounds 1864
14,1864 14 14 Steamhounds 1864
16,1864 16 16 Steamhounds 1864
17,1864 17 17 Steamhounds 1864
20,1864 20 20 Steamhounds 1864
21,1864 21 21 Steamhounds 1864
285,1864 285 285 Steamhounds 1864

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