home / sidx

UriReference

14 rows where target = 131

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1491 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1492 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1493 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1494 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1495 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1496 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1497 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1498 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1499 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1500 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1501 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1502 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
1503 blake3-t+KIcbVW2PYPcRLvOCm51G5RRS58qctOhew5IfgpdD4= 40 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131  
25730 blake3-xHi8UKYrA/aGZG7kPfIpJBNc4f30vAE0BCE08HOTcto= 9597 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131 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 55.047ms