home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 31558

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,31558 1 1 Catlateral Damage 31558
4,31558 4 4 Catlateral Damage 31558
5,31558 5 5 Catlateral Damage 31558
6,31558 6 6 Catlateral Damage 31558
7,31558 7 7 Catlateral Damage 31558
8,31558 8 8 Catlateral Damage 31558
28,31558 28 28 Catlateral Damage 31558
281,31558 281 281 Catlateral Damage 31558
283,31558 283 283 Catlateral Damage 31558
285,31558 285 285 Catlateral Damage 31558
287,31558 287 287 Catlateral Damage 31558
290,31558 290 290 Catlateral Damage 31558
295,31558 295 295 Catlateral Damage 31558
296,31558 296 296 Catlateral Damage 31558

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