home / sidx

UriReference

14 rows where content = 8455

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25351 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25352 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/ 66  
25353 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/ 74  
25354 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/LICENSE.txt 81  
25355 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/ 82  
25356 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/ 89  
25357 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/ 93  
25711 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25712 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/LICENSE.txt 81 href 987
25713 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/ 93 href 987
25714 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/ 74 href 987
25715 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/ 66 href 987
25716 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/ 89 href 987
25717 blake3-kNb7a6Nen2RmvBHfQgyRMiFKrL0w52Uv8pcbhukZiZs= 8455 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/ 82 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 86.465ms