home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

7 rows where steam_app_pk = 1772

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,1772 2 2 WaveTiles 1772
5,1772 5 5 WaveTiles 1772
9,1772 9 9 WaveTiles 1772
12,1772 12 12 WaveTiles 1772
13,1772 13 13 WaveTiles 1772
20,1772 20 20 WaveTiles 1772
285,1772 285 285 WaveTiles 1772

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