home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 90

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,90 1 1 Krimson Ermac 90
2,90 2 2 Krimson Ermac 90
3,90 3 3 Krimson Ermac 90
4,90 4 4 Krimson Ermac 90
5,90 5 5 Krimson Ermac 90
6,90 6 6 Krimson Ermac 90
7,90 7 7 Krimson Ermac 90
8,90 8 8 Krimson Ermac 90
285,90 285 285 Krimson Ermac 90

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