home / sidx

UriReference

13 rows where target = 261

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
4396 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4397 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4398 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4399 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4400 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4401 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4402 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4403 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4404 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4405 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
4406 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
25368 blake3-re1BmtwfXwI1Yt1urtb8wcpvJnDQdq/A6MWlKuQB1AQ= 8457 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261  
25823 blake3-re1BmtwfXwI1Yt1urtb8wcpvJnDQdq/A6MWlKuQB1AQ= 8457 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/ 261 href 987

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