home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 10532

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,10532 1 1 The Hayseed Knight 10532
4,10532 4 4 The Hayseed Knight 10532
5,10532 5 5 The Hayseed Knight 10532
6,10532 6 6 The Hayseed Knight 10532
28,10532 28 28 The Hayseed Knight 10532
285,10532 285 285 The Hayseed Knight 10532
287,10532 287 287 The Hayseed Knight 10532
288,10532 288 288 The Hayseed Knight 10532
289,10532 289 289 The Hayseed Knight 10532
290,10532 290 290 The Hayseed Knight 10532
291,10532 291 291 The Hayseed Knight 10532
298,10532 298 298 The Hayseed Knight 10532
300,10532 300 300 The Hayseed Knight 10532

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