home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 24

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,24 2 2 Deathmatch Classic 24
16,24 16 16 Deathmatch Classic 24
17,24 17 17 Deathmatch Classic 24
20,24 20 20 Deathmatch Classic 24
21,24 21 21 Deathmatch Classic 24
22,24 22 22 Deathmatch Classic 24
285,24 285 285 Deathmatch Classic 24
287,24 287 287 Deathmatch Classic 24
288,24 288 288 Deathmatch Classic 24
292,24 292 292 Deathmatch Classic 24
296,24 296 296 Deathmatch Classic 24

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