home / sidx

UriReference

7 rows where target = 668

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
17866 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  
17867 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  
17868 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  
17869 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  
17870 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  
17871 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  
17872 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.0.94-archive.tar.xz 668  

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