home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 77

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,77 1 1 Sexual Void 77
4,77 4 4 Sexual Void 77
6,77 6 6 Sexual Void 77
285,77 285 285 Sexual Void 77
287,77 287 287 Sexual Void 77
289,77 289 289 Sexual Void 77
290,77 290 290 Sexual Void 77
291,77 291 291 Sexual Void 77
295,77 295 295 Sexual Void 77
296,77 296 296 Sexual Void 77
298,77 298 298 Sexual Void 77

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