home / sidx

UriReference

8 rows where target = 595

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
22284 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22285 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22286 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22287 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22288 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22289 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22290 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  
22291 blake3-jeZcBrsX77y/W9zrjGjQYpz+chpLaAME5wwPtpQCnSE= 423 https://developer.download.nvidia.com/compute/cuda/redist/imex/linux-x86_64/imex-linux-x86_64-550.54.14-archive.tar.xz 595  

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