home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 353

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,353 1 1 Choice of Life: Middle Ages 2 353
4,353 4 4 Choice of Life: Middle Ages 2 353
5,353 5 5 Choice of Life: Middle Ages 2 353
6,353 6 6 Choice of Life: Middle Ages 2 353
7,353 7 7 Choice of Life: Middle Ages 2 353
285,353 285 285 Choice of Life: Middle Ages 2 353
287,353 287 287 Choice of Life: Middle Ages 2 353
288,353 288 288 Choice of Life: Middle Ages 2 353
289,353 289 289 Choice of Life: Middle Ages 2 353
290,353 290 290 Choice of Life: Middle Ages 2 353
291,353 291 291 Choice of Life: Middle Ages 2 353

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