home / sidx

UriReference

14 rows where content = 8473

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25461 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25462 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
25463 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/ 158  
25464 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/ 202  
25465 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/ 231  
25466 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/ 422  
25467 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/ 514  
25879 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25880 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135 href 987
25881 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/ 158 href 987
25882 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/ 202 href 987
25883 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/ 422 href 987
25884 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/ 514 href 987
25885 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/ 231 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 89.326ms