home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

16 rows where steam_app_pk = 3859

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,3859 1 1 Tumblestone 3859
2,3859 2 2 Tumblestone 3859
4,3859 4 4 Tumblestone 3859
5,3859 5 5 Tumblestone 3859
6,3859 6 6 Tumblestone 3859
7,3859 7 7 Tumblestone 3859
8,3859 8 8 Tumblestone 3859
13,3859 13 13 Tumblestone 3859
14,3859 14 14 Tumblestone 3859
16,3859 16 16 Tumblestone 3859
17,3859 17 17 Tumblestone 3859
20,3859 20 20 Tumblestone 3859
21,3859 21 21 Tumblestone 3859
24,3859 24 24 Tumblestone 3859
28,3859 28 28 Tumblestone 3859
285,3859 285 285 Tumblestone 3859

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