home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

7 rows where steam_app_pk = 1979

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1979 1 1 Legend of Heroes : Eternal Arena 1979
2,1979 2 2 Legend of Heroes : Eternal Arena 1979
9,1979 9 9 Legend of Heroes : Eternal Arena 1979
10,1979 10 10 Legend of Heroes : Eternal Arena 1979
16,1979 16 16 Legend of Heroes : Eternal Arena 1979
21,1979 21 21 Legend of Heroes : Eternal Arena 1979
30,1979 30 30 Legend of Heroes : Eternal Arena 1979

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