home / sidx

UriReference

14 rows where content = 8468

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25429 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25430 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/ 141  
25431 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/LICENSE.txt 188  
25432 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/ 190  
25433 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/ 239  
25434 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/ 276  
25435 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/ 340  
25800 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25801 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/LICENSE.txt 188 href 987
25802 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/ 141 href 987
25803 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/ 190 href 987
25804 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/ 340 href 987
25805 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/ 239 href 987
25806 blake3-9TkofvYTiQYj9DsY+spMkpD0i53m14ZWfZX73eB1RtU= 8468 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/ 276 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 72.871ms