home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 254557

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
7,254557 7 7 Forepaper Engine Demo 254557
23,254557 23 23 Forepaper Engine Demo 254557
288,254557 288 288 Forepaper Engine Demo 254557
289,254557 289 289 Forepaper Engine Demo 254557
290,254557 290 290 Forepaper Engine Demo 254557
291,254557 291 291 Forepaper Engine Demo 254557
294,254557 294 294 Forepaper Engine Demo 254557
295,254557 295 295 Forepaper Engine Demo 254557
296,254557 296 296 Forepaper Engine Demo 254557
297,254557 297 297 Forepaper Engine Demo 254557

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