home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 23245

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,23245 1 1 The Gardener and the Wild Vines 23245
4,23245 4 4 The Gardener and the Wild Vines 23245
5,23245 5 5 The Gardener and the Wild Vines 23245
7,23245 7 7 The Gardener and the Wild Vines 23245
24,23245 24 24 The Gardener and the Wild Vines 23245
285,23245 285 285 The Gardener and the Wild Vines 23245
287,23245 287 287 The Gardener and the Wild Vines 23245
288,23245 288 288 The Gardener and the Wild Vines 23245
290,23245 290 290 The Gardener and the Wild Vines 23245
292,23245 292 292 The Gardener and the Wild Vines 23245
295,23245 295 295 The Gardener and the Wild Vines 23245
296,23245 296 296 The Gardener and the Wild Vines 23245
297,23245 297 297 The Gardener and the Wild Vines 23245

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