home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 12814

✎ View and edit SQL

This data as json, CSV (advanced)

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

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