home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 5869

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,5869 1 1 Eternal War 5869
2,5869 2 2 Eternal War 5869
4,5869 4 4 Eternal War 5869
9,5869 9 9 Eternal War 5869
10,5869 10 10 Eternal War 5869
11,5869 11 11 Eternal War 5869
16,5869 16 16 Eternal War 5869
21,5869 21 21 Eternal War 5869
34,5869 34 34 Eternal War 5869
285,5869 285 285 Eternal War 5869

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