home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 1191

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1191 1 1 Kitaria Fables Demo 1191
2,1191 2 2 Kitaria Fables Demo 1191
4,1191 4 4 Kitaria Fables Demo 1191
5,1191 5 5 Kitaria Fables Demo 1191
9,1191 9 9 Kitaria Fables Demo 1191
12,1191 12 12 Kitaria Fables Demo 1191
13,1191 13 13 Kitaria Fables Demo 1191
23,1191 23 23 Kitaria Fables Demo 1191

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