home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 2357

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2357 1 1 Creature Clicker - Capture, Train, Ascend! 2357
2,2357 2 2 Creature Clicker - Capture, Train, Ascend! 2357
4,2357 4 4 Creature Clicker - Capture, Train, Ascend! 2357
5,2357 5 5 Creature Clicker - Capture, Train, Ascend! 2357
6,2357 6 6 Creature Clicker - Capture, Train, Ascend! 2357
7,2357 7 7 Creature Clicker - Capture, Train, Ascend! 2357
9,2357 9 9 Creature Clicker - Capture, Train, Ascend! 2357
12,2357 12 12 Creature Clicker - Capture, Train, Ascend! 2357
13,2357 13 13 Creature Clicker - Capture, Train, Ascend! 2357
20,2357 20 20 Creature Clicker - Capture, Train, Ascend! 2357

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