home / sidx

UriReference

13 rows where target = 521

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
3310 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3311 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3312 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3313 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3314 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3315 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3316 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3317 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3318 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3319 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3320 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
3321 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521  
25909 blake3-JmvabY9IxIBXLTNgrdMHbKb47ESXI+hY8H4Hs0pEOr8= 9606 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-aarch64/ 521 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 93.191ms