home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

7 rows where steam_app_pk = 7132

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,7132 1 1 CyberBorn 7132
2,7132 2 2 CyberBorn 7132
9,7132 9 9 CyberBorn 7132
11,7132 11 11 CyberBorn 7132
16,7132 16 16 CyberBorn 7132
34,7132 34 34 CyberBorn 7132
285,7132 285 285 CyberBorn 7132

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