home / sidx

UriReference

7 rows where target = 793

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
17873 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  
17874 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  
17875 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  
17876 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  
17877 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  
17878 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  
17879 blake3-EjoaeI8Uf98FRyRH6P8IDtS9mnLidRZGBdhThFwNczM= 243 https://developer.download.nvidia.com/compute/cuda/redist/libnvvm_samples/linux-x86_64/libnvvm_samples-linux-x86_64-12.1.55-archive.tar.xz 793  

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