home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 519

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,519 1 1 Signs of Life 519
2,519 2 2 Signs of Life 519
4,519 4 4 Signs of Life 519
6,519 6 6 Signs of Life 519
7,519 7 7 Signs of Life 519
9,519 9 9 Signs of Life 519
10,519 10 10 Signs of Life 519
16,519 16 16 Signs of Life 519
21,519 21 21 Signs of Life 519
285,519 285 285 Signs of Life 519

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