home / sidx

UriReference

6 rows where target = 708

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
17382 blake3-At80QkcGQNcb6IWiQSA386oBpvD7OsGTumplI+SFF2k= 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/windows-x86_64/libnvfatbin-windows-x86_64-12.5.39-archive.zip 708  
17383 blake3-At80QkcGQNcb6IWiQSA386oBpvD7OsGTumplI+SFF2k= 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/windows-x86_64/libnvfatbin-windows-x86_64-12.5.39-archive.zip 708  
17384 blake3-At80QkcGQNcb6IWiQSA386oBpvD7OsGTumplI+SFF2k= 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/windows-x86_64/libnvfatbin-windows-x86_64-12.5.39-archive.zip 708  
17385 blake3-At80QkcGQNcb6IWiQSA386oBpvD7OsGTumplI+SFF2k= 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/windows-x86_64/libnvfatbin-windows-x86_64-12.5.39-archive.zip 708  
17386 blake3-At80QkcGQNcb6IWiQSA386oBpvD7OsGTumplI+SFF2k= 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/windows-x86_64/libnvfatbin-windows-x86_64-12.5.39-archive.zip 708  
17387 blake3-At80QkcGQNcb6IWiQSA386oBpvD7OsGTumplI+SFF2k= 238 https://developer.download.nvidia.com/compute/cuda/redist/libnvfatbin/windows-x86_64/libnvfatbin-windows-x86_64-12.5.39-archive.zip 708  

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 62.253ms