home / sidx

UriReference

5 rows where target = 903

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
10108 blake3-qd+pd9Mnz2zAf66Qke/7uv5dvGbWYvgDq4y5GWCdEFI= 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz 903  
10109 blake3-qd+pd9Mnz2zAf66Qke/7uv5dvGbWYvgDq4y5GWCdEFI= 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz 903  
10110 blake3-qd+pd9Mnz2zAf66Qke/7uv5dvGbWYvgDq4y5GWCdEFI= 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz 903  
10111 blake3-qd+pd9Mnz2zAf66Qke/7uv5dvGbWYvgDq4y5GWCdEFI= 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz 903  
10112 blake3-qd+pd9Mnz2zAf66Qke/7uv5dvGbWYvgDq4y5GWCdEFI= 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz 903  

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 60.302ms