home / sidx

UriReference

14 rows where target = 198

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
3147 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3148 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3149 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3150 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3151 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3152 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3153 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3154 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3155 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3156 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3157 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
3158 blake3-M3A1DtsdGHNdVyNuTbiJzP/RSqYJgagc1K25uVVpezQ= 75 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
25488 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198  
25861 blake3-5Ll4i75iIYMa5DTawqO2RJD003e2QTGWnEP1AizbJtw= 8478 https://developer.download.nvidia.com/compute/cuda/redist/imex/LICENSE.txt 198 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 12.01ms