home / sidx

UriReference

6 rows where content = 8466

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25419 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25420 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/linux-x86_64/ 238  
25421 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436  
25843 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25844 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/LICENSE.txt 436 href 987
25845 blake3-ZcTtAifoqJjFBGD6/jKi8QBRa3B2Zm7zhATWQgz3Vt4= 8466 https://developer.download.nvidia.com/compute/cuda/redist/cuda_sandbox_dev/linux-x86_64/ 238 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.898ms