home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 12221

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,12221 1 1 Whispering Willows 12221
4,12221 4 4 Whispering Willows 12221
5,12221 5 5 Whispering Willows 12221
6,12221 6 6 Whispering Willows 12221
18,12221 18 18 Whispering Willows 12221
28,12221 28 28 Whispering Willows 12221
285,12221 285 285 Whispering Willows 12221
287,12221 287 287 Whispering Willows 12221
288,12221 288 288 Whispering Willows 12221
290,12221 290 290 Whispering Willows 12221

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