home / sidx

UriReference

3 rows where content = 9602

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25853 blake3-mBxtG2Jrsm5jHUSKH33KW1+//DdHLn78I0IYbdVBToU= 9602 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25854 blake3-mBxtG2Jrsm5jHUSKH33KW1+//DdHLn78I0IYbdVBToU= 9602 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/LICENSE.txt 155 href 987
25855 blake3-mBxtG2Jrsm5jHUSKH33KW1+//DdHLn78I0IYbdVBToU= 9602 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/ 282 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 14.634ms