home / sidx

UriReference

9 rows where target = 211

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
2987 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2988 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2989 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2990 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2991 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2992 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2993 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2994 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  
2995 blake3-Fge9fgV3dvS4At8aeySSRznQ4yKRF/q8OQYNRzXJ/AM= 73 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.108-archive.tar.xz 211  

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 62.714ms