home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 25388

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,25388 1 1 Lies of P 25388
5,25388 5 5 Lies of P 25388
285,25388 285 285 Lies of P 25388
287,25388 287 287 Lies of P 25388
291,25388 291 291 Lies of P 25388
292,25388 292 292 Lies of P 25388
295,25388 295 295 Lies of P 25388
296,25388 296 296 Lies of P 25388
297,25388 297 297 Lies of P 25388
299,25388 299 299 Lies of P 25388

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