home / sidx

UriReference

7 rows where target = 543

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
8259 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  
8260 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  
8261 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  
8262 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  
8263 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  
8264 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  
8265 blake3-iY7O0DuRKbTOqi77Np4AZEmHs7NdIY3NbKwPayILgAs= 146 https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.140-archive.tar.xz 543  

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