home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 2056

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2056 1 1 Mealmates 2056
2,2056 2 2 Mealmates 2056
4,2056 4 4 Mealmates 2056
5,2056 5 5 Mealmates 2056
7,2056 7 7 Mealmates 2056
9,2056 9 9 Mealmates 2056
12,2056 12 12 Mealmates 2056
13,2056 13 13 Mealmates 2056
16,2056 16 16 Mealmates 2056
17,2056 17 17 Mealmates 2056
20,2056 20 20 Mealmates 2056
285,2056 285 285 Mealmates 2056

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