home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where category_pk = 43

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
43,8470 43 43 Zombie Panic! Source 8470
43,8472 43 43 Age of Chivalry 8472
43,8476 43 43 Synergy 8476
43,8482 43 43 D.I.P.R.I.P. Warm Up 8482
43,8492 43 43 Eternal Silence 8492
43,8501 43 43 Dystopia 8501
43,8544 43 43 INSURGENCY: Modern Infantry Combat 8544
43,8583 43 43 Smashball 8583
43,101367 43 43 Zombie Panic! Source Official Soundtrack 101367

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