home / sidx

UriReference

7 rows where content = 9601

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25846 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25847 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/LICENSE.txt 222 href 987
25848 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/ 269 href 987
25849 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/ 290 href 987
25850 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/ 267 href 987
25851 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/ 273 href 987
25852 blake3-63ONazGKDwk9DUl8s8OYKANA3nOQTmptaNGTqgsGRJM= 9601 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/ 448 href 987

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "UriReference" (
	"content"	INTEGER NOT NULL,
	"target"	INTEGER,
	"why"	INTEGER,
	"id"	INTEGER,
	CONSTRAINT "NoDupRefs" UNIQUE("content","target","why"),
	PRIMARY KEY("id"),
	FOREIGN KEY("content") REFERENCES "Hash"("id"),
	FOREIGN KEY("target") REFERENCES "Str"("id"),
	FOREIGN KEY("why") REFERENCES "Str"("id")
) STRICT;
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 48.316ms