home / sidx

UriReference

13 rows where target = 169

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
4374 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4375 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4376 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4377 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4378 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4379 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4380 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4381 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4382 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4383 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
4384 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
25366 blake3-re1BmtwfXwI1Yt1urtb8wcpvJnDQdq/A6MWlKuQB1AQ= 8457 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169  
25819 blake3-re1BmtwfXwI1Yt1urtb8wcpvJnDQdq/A6MWlKuQB1AQ= 8457 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/LICENSE.txt 169 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 67.586ms