home / sidx

UriReference

13 rows where target = 278

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1289 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1290 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1291 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1292 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1293 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1294 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1295 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1296 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1297 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1298 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
1299 blake3-S8UxCAKvJwRFfi4IxQuImLYt6msT/SjgYW/P8gv5E7M= 34 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
25388 blake3-QaZ3fmXFQiEMlIQbYZBx+QCiSr0lqHlVsvnQlXddITU= 8460 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278  
25722 blake3-QaZ3fmXFQiEMlIQbYZBx+QCiSr0lqHlVsvnQlXddITU= 8460 https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/linux-sbsa/ 278 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 46.323ms