home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 65610

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,65610 1 1 Small War 65610
2,65610 2 2 Small War 65610
4,65610 4 4 Small War 65610
9,65610 9 9 Small War 65610
12,65610 12 12 Small War 65610
13,65610 13 13 Small War 65610
16,65610 16 16 Small War 65610
17,65610 17 17 Small War 65610
19,65610 19 19 Small War 65610
20,65610 20 20 Small War 65610
27,65610 27 27 Small War 65610
36,65610 36 36 Small War 65610
285,65610 285 285 Small War 65610

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