home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 10706

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,10706 1 1 After I met that catgirl, my questlist got too long! 10706
4,10706 4 4 After I met that catgirl, my questlist got too long! 10706
6,10706 6 6 After I met that catgirl, my questlist got too long! 10706
7,10706 7 7 After I met that catgirl, my questlist got too long! 10706
15,10706 15 15 After I met that catgirl, my questlist got too long! 10706
285,10706 285 285 After I met that catgirl, my questlist got too long! 10706
287,10706 287 287 After I met that catgirl, my questlist got too long! 10706
288,10706 288 288 After I met that catgirl, my questlist got too long! 10706
289,10706 289 289 After I met that catgirl, my questlist got too long! 10706
290,10706 290 290 After I met that catgirl, my questlist got too long! 10706
297,10706 297 297 After I met that catgirl, my questlist got too long! 10706

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