home / sidx

UriReference

3 rows where content = 9597

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25728 blake3-xHi8UKYrA/aGZG7kPfIpJBNc4f30vAE0BCE08HOTcto= 9597 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25729 blake3-xHi8UKYrA/aGZG7kPfIpJBNc4f30vAE0BCE08HOTcto= 9597 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/LICENSE.txt 105 href 987
25730 blake3-xHi8UKYrA/aGZG7kPfIpJBNc4f30vAE0BCE08HOTcto= 9597 https://developer.download.nvidia.com/compute/cuda/redist/cuda_compat/linux-aarch64/ 131 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 60.284ms