home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

26 rows where steam_app_pk = 28544

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,28544 1 1 Leylines 28544
2,28544 2 2 Leylines 28544
4,28544 4 4 Leylines 28544
6,28544 6 6 Leylines 28544
7,28544 7 7 Leylines 28544
8,28544 8 8 Leylines 28544
9,28544 9 9 Leylines 28544
12,28544 12 12 Leylines 28544
13,28544 13 13 Leylines 28544
15,28544 15 15 Leylines 28544
16,28544 16 16 Leylines 28544
17,28544 17 17 Leylines 28544
20,28544 20 20 Leylines 28544
27,28544 27 27 Leylines 28544
285,28544 285 285 Leylines 28544
287,28544 287 287 Leylines 28544
288,28544 288 288 Leylines 28544
289,28544 289 289 Leylines 28544
290,28544 290 290 Leylines 28544
291,28544 291 291 Leylines 28544
293,28544 293 293 Leylines 28544
294,28544 294 294 Leylines 28544
295,28544 295 295 Leylines 28544
296,28544 296 296 Leylines 28544
297,28544 297 297 Leylines 28544
298,28544 298 298 Leylines 28544

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