home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 12870

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,12870 1 1 Goblin and Coins 12870
4,12870 4 4 Goblin and Coins 12870
5,12870 5 5 Goblin and Coins 12870
6,12870 6 6 Goblin and Coins 12870
7,12870 7 7 Goblin and Coins 12870
8,12870 8 8 Goblin and Coins 12870
28,12870 28 28 Goblin and Coins 12870
285,12870 285 285 Goblin and Coins 12870
290,12870 290 290 Goblin and Coins 12870
297,12870 297 297 Goblin and Coins 12870

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