home / sidx

UriReference

13 rows where target = 257

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
3274 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3275 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3276 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3277 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3278 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3279 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3280 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3281 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3282 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3283 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3284 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
3285 blake3-pBDDVYiCJXu3yYdKh4LtL2huuPN0Pd08arrlzuR7sWA= 77 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257  
25912 blake3-JmvabY9IxIBXLTNgrdMHbKb47ESXI+hY8H4Hs0pEOr8= 9606 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/linux-x86_64/ 257 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 185.711ms