home / sidx

UriReference

5 rows where content = 9609

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25985 blake3-CIRF9ofR+I0OoJDVnDeHoG0kp9vCTheMco0eNSWsYEw= 9609 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25986 blake3-CIRF9ofR+I0OoJDVnDeHoG0kp9vCTheMco0eNSWsYEw= 9609 https://developer.download.nvidia.com/compute/cuda/redist/nvidia_fs/LICENSE.txt 1052 href 987
25987 blake3-CIRF9ofR+I0OoJDVnDeHoG0kp9vCTheMco0eNSWsYEw= 9609 https://developer.download.nvidia.com/compute/cuda/redist/nvidia_fs/linux-aarch64/ 834 href 987
25988 blake3-CIRF9ofR+I0OoJDVnDeHoG0kp9vCTheMco0eNSWsYEw= 9609 https://developer.download.nvidia.com/compute/cuda/redist/nvidia_fs/linux-sbsa/ 840 href 987
25989 blake3-CIRF9ofR+I0OoJDVnDeHoG0kp9vCTheMco0eNSWsYEw= 9609 https://developer.download.nvidia.com/compute/cuda/redist/nvidia_fs/linux-x86_64/ 574 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 38.74ms