home / sidx

UriReference

13 rows where target = 103

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1254 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1255 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1256 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1257 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1258 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1259 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1260 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1261 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1262 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1263 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
1264 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
25385 blake3-QaZ3fmXFQiEMlIQbYZBx+QCiSr0lqHlVsvnQlXddITU= 8460 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103  
25723 blake3-QaZ3fmXFQiEMlIQbYZBx+QCiSr0lqHlVsvnQlXddITU= 8460 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-x86_64/ 103 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 30.322ms