home / sidx

UriReference

14 rows where content = 8463

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25398 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25399 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/LICENSE.txt 216  
25400 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/ 237  
25401 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/ 247  
25402 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/ 266  
25403 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/ 280  
25404 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/ 426  
25825 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25826 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/LICENSE.txt 216 href 987
25827 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/ 426 href 987
25828 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/ 247 href 987
25829 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/ 237 href 987
25830 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/ 266 href 987
25831 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/ 280 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 59.866ms