home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 15825

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,15825 1 1 Elroy and the Aliens 15825
4,15825 4 4 Elroy and the Aliens 15825
7,15825 7 7 Elroy and the Aliens 15825
285,15825 285 285 Elroy and the Aliens 15825
287,15825 287 287 Elroy and the Aliens 15825
289,15825 289 289 Elroy and the Aliens 15825
290,15825 290 290 Elroy and the Aliens 15825
291,15825 291 291 Elroy and the Aliens 15825
292,15825 292 292 Elroy and the Aliens 15825
293,15825 293 293 Elroy and the Aliens 15825
298,15825 298 298 Elroy and the Aliens 15825

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