home / sidx

UriReference

13 rows where target = 511

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
3298 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3299 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3300 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3301 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3302 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3303 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3304 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3305 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3306 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3307 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3308 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
3309 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511  
25910 blake3-JmvabY9IxIBXLTNgrdMHbKb47ESXI+hY8H4Hs0pEOr8= 9606 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-ppc64le/ 511 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 9.19ms