home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

19 rows where steam_app_pk = 22413

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,22413 1 1 Solasta: Crown of the Magister 22413
2,22413 2 2 Solasta: Crown of the Magister 22413
4,22413 4 4 Solasta: Crown of the Magister 22413
5,22413 5 5 Solasta: Crown of the Magister 22413
7,22413 7 7 Solasta: Crown of the Magister 22413
9,22413 9 9 Solasta: Crown of the Magister 22413
10,22413 10 10 Solasta: Crown of the Magister 22413
14,22413 14 14 Solasta: Crown of the Magister 22413
19,22413 19 19 Solasta: Crown of the Magister 22413
27,22413 27 27 Solasta: Crown of the Magister 22413
285,22413 285 285 Solasta: Crown of the Magister 22413
287,22413 287 287 Solasta: Crown of the Magister 22413
289,22413 289 289 Solasta: Crown of the Magister 22413
290,22413 290 290 Solasta: Crown of the Magister 22413
291,22413 291 291 Solasta: Crown of the Magister 22413
292,22413 292 292 Solasta: Crown of the Magister 22413
297,22413 297 297 Solasta: Crown of the Magister 22413
298,22413 298 298 Solasta: Crown of the Magister 22413
299,22413 299 299 Solasta: Crown of the Magister 22413

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