home / sidx

UriReference

10 rows where content = 8461

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target

id ▼ content target why
25389 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25390 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
25391 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/linux-aarch64/ 203  
25392 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/linux-x86_64/ 244  
25393 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/linux-sbsa/ 513  
25874 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25875 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168 href 987
25876 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/linux-aarch64/ 203 href 987
25877 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/linux-sbsa/ 513 href 987
25878 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/linux-x86_64/ 244 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 22.598ms