home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 594

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,594 1 1 Must Dash Amigos 594
2,594 2 2 Must Dash Amigos 594
4,594 4 4 Must Dash Amigos 594
5,594 5 5 Must Dash Amigos 594
7,594 7 7 Must Dash Amigos 594
13,594 13 13 Must Dash Amigos 594
16,594 16 16 Must Dash Amigos 594
17,594 17 17 Must Dash Amigos 594
20,594 20 20 Must Dash Amigos 594
24,594 24 24 Must Dash Amigos 594
28,594 28 28 Must Dash Amigos 594
285,594 285 285 Must Dash Amigos 594

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