home / sidx

UriReference

4 rows where content = 9598

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25752 blake3-pLg/SjsWcbWjfRuiWksQOJSZC2+vDEagOcUBrYJSnSo= 9598 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25753 blake3-pLg/SjsWcbWjfRuiWksQOJSZC2+vDEagOcUBrYJSnSo= 9598 https://developer.download.nvidia.com/compute/cuda/redist/cuda_demo_suite/LICENSE.txt 213 href 987
25754 blake3-pLg/SjsWcbWjfRuiWksQOJSZC2+vDEagOcUBrYJSnSo= 9598 https://developer.download.nvidia.com/compute/cuda/redist/cuda_demo_suite/linux-x86_64/ 242 href 987
25755 blake3-pLg/SjsWcbWjfRuiWksQOJSZC2+vDEagOcUBrYJSnSo= 9598 https://developer.download.nvidia.com/compute/cuda/redist/cuda_demo_suite/windows-x86_64/ 104 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 10.299ms