home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 58233

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,58233 2 2 Cube Paste 58233
4,58233 4 4 Cube Paste 58233
9,58233 9 9 Cube Paste 58233
10,58233 10 10 Cube Paste 58233
16,58233 16 16 Cube Paste 58233
19,58233 19 19 Cube Paste 58233
21,58233 21 21 Cube Paste 58233
24,58233 24 24 Cube Paste 58233
30,58233 30 30 Cube Paste 58233
40,58233 40 40 Cube Paste 58233

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