home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 45092

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,45092 1 1 Drops of Death 45092
4,45092 4 4 Drops of Death 45092
285,45092 285 285 Drops of Death 45092
287,45092 287 287 Drops of Death 45092
288,45092 288 288 Drops of Death 45092
289,45092 289 289 Drops of Death 45092
290,45092 290 290 Drops of Death 45092
291,45092 291 291 Drops of Death 45092
294,45092 294 294 Drops of Death 45092
296,45092 296 296 Drops of Death 45092
298,45092 298 298 Drops of Death 45092

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