home / sidx

UriReference

6 rows where content = 8483

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25515 blake3-tQDeK1u1qitZWDfnpfLs7pkL+ZkjGFUi/+L6YoinUuA= 8483 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25516 blake3-tQDeK1u1qitZWDfnpfLs7pkL+ZkjGFUi/+L6YoinUuA= 8483 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/windows-x86_64/ 200  
25517 blake3-tQDeK1u1qitZWDfnpfLs7pkL+ZkjGFUi/+L6YoinUuA= 8483 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/LICENSE.txt 207  
25977 blake3-tQDeK1u1qitZWDfnpfLs7pkL+ZkjGFUi/+L6YoinUuA= 8483 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25978 blake3-tQDeK1u1qitZWDfnpfLs7pkL+ZkjGFUi/+L6YoinUuA= 8483 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/LICENSE.txt 207 href 987
25979 blake3-tQDeK1u1qitZWDfnpfLs7pkL+ZkjGFUi/+L6YoinUuA= 8483 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/windows-x86_64/ 200 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 52.98ms