home / sidx

UriReference

4 rows where content = 9603

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25856 blake3-OHVMnFRTTHuGmMZMIfFG685hapMIIkTLUc/UW6EyS+E= 9603 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25857 blake3-OHVMnFRTTHuGmMZMIfFG685hapMIIkTLUc/UW6EyS+E= 9603 https://developer.download.nvidia.com/compute/cuda/redist/fabricmanager/LICENSE.txt 183 href 987
25858 blake3-OHVMnFRTTHuGmMZMIfFG685hapMIIkTLUc/UW6EyS+E= 9603 https://developer.download.nvidia.com/compute/cuda/redist/fabricmanager/linux-sbsa/ 427 href 987
25859 blake3-OHVMnFRTTHuGmMZMIfFG685hapMIIkTLUc/UW6EyS+E= 9603 https://developer.download.nvidia.com/compute/cuda/redist/fabricmanager/linux-x86_64/ 428 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 15.237ms