home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 16844

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,16844 1 1 UWP Exporter for Clickteam Fusion 2.5 16844
2,16844 2 2 UWP Exporter for Clickteam Fusion 2.5 16844
3,16844 3 3 UWP Exporter for Clickteam Fusion 2.5 16844
4,16844 4 4 UWP Exporter for Clickteam Fusion 2.5 16844
8,16844 8 8 UWP Exporter for Clickteam Fusion 2.5 16844
9,16844 9 9 UWP Exporter for Clickteam Fusion 2.5 16844
13,16844 13 13 UWP Exporter for Clickteam Fusion 2.5 16844
14,16844 14 14 UWP Exporter for Clickteam Fusion 2.5 16844
31,16844 31 31 UWP Exporter for Clickteam Fusion 2.5 16844

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