home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,4 1 1 Vanguard Princess 4
2,4 2 2 Vanguard Princess 4
6,4 6 6 Vanguard Princess 4
13,4 13 13 Vanguard Princess 4
15,4 15 15 Vanguard Princess 4
16,4 16 16 Vanguard Princess 4
17,4 17 17 Vanguard Princess 4
18,4 18 18 Vanguard Princess 4
19,4 19 19 Vanguard Princess 4
20,4 20 20 Vanguard Princess 4
285,4 285 285 Vanguard Princess 4

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