home / sidx

UriReference

8 rows where content = 8462

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25394 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25395 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156  
25396 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/linux-x86_64/ 171  
25397 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/linux-ppc64le/ 199  
25782 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25783 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/LICENSE.txt 156 href 987
25784 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/linux-ppc64le/ 199 href 987
25785 blake3-kfefMkKFY902E/TeQzgzbsdFeluB+hBR7zrj4QMozdE= 8462 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nsight/linux-x86_64/ 171 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.002ms