home / sidx

UriReference

8 rows where content = 8478

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25487 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25488 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
25489 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-sbsa/ 435  
25490 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/ 459  
25860 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25861 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198 href 987
25862 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-sbsa/ 435 href 987
25863 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/ 459 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 39.525ms