home / sidx

UriReference

12 rows where content = 8482

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25509 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25510 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-x86_64/ 185  
25511 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/LICENSE.txt 193  
25512 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/windows-x86_64/ 253  
25513 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/ 767  
25514 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-sbsa/ 829  
25968 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25969 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/LICENSE.txt 193 href 987
25970 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/ 767 href 987
25971 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-sbsa/ 829 href 987
25972 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-x86_64/ 185 href 987
25973 blake3-5h8z00VUZhj9Y6t/OU/rlfu86VTiN0KIHOa0tCPeT0A= 8482 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/windows-x86_64/ 253 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 50.898ms