home / sidx

UriReference

13 rows where target = 194

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
3250 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3251 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3252 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3253 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3254 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3255 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3256 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3257 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3258 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3259 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3260 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
3261 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194  
25911 blake3-JmvabY9IxIBXLTNgrdMHbKb47ESXI+hY8H4Hs0pEOr8= 9606 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-sbsa/ 194 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 38.569ms