home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 87324

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,87324 2 2 Rec Room 87324
5,87324 5 5 Rec Room 87324
9,87324 9 9 Rec Room 87324
10,87324 10 10 Rec Room 87324
14,87324 14 14 Rec Room 87324
16,87324 16 16 Rec Room 87324
21,87324 21 21 Rec Room 87324
27,87324 27 27 Rec Room 87324
30,87324 30 30 Rec Room 87324
31,87324 31 31 Rec Room 87324
35,87324 35 35 Rec Room 87324
281,87324 281 281 Rec Room 87324
283,87324 283 283 Rec Room 87324

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