home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 58946

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,58946 1 1 Momentum Mod 58946
2,58946 2 2 Momentum Mod 58946
4,58946 4 4 Momentum Mod 58946
7,58946 7 7 Momentum Mod 58946
9,58946 9 9 Momentum Mod 58946
10,58946 10 10 Momentum Mod 58946
14,58946 14 14 Momentum Mod 58946
16,58946 16 16 Momentum Mod 58946
21,58946 21 21 Momentum Mod 58946
29,58946 29 29 Momentum Mod 58946

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