home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 254569

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,254569 1 1 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
2,254569 2 2 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
3,254569 3 3 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
9,254569 9 9 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
10,254569 10 10 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
11,254569 11 11 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
12,254569 12 12 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
13,254569 13 13 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
14,254569 14 14 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569
285,254569 285 285 Fantasy Grounds - Fifth Edition Fantasy #16: Cave of the Unknown 254569

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