home / sidx

UriReference

14 rows where target = 168

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
3610 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3611 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3612 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3613 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3614 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3615 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3616 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3617 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3618 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3619 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3620 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
3621 blake3-aQyU7z9LE0HwsKTBCYRs2bSXySksfUWonCY1qHhSt3U= 83 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
25390 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168  
25875 blake3-Zp/gdwhJR8o7VGRbKzhDegxYCclD/S1nD8qlXDGzgDQ= 8461 https://developer.download.nvidia.com/compute/cuda/redist/libcufile/LICENSE.txt 168 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 14.82ms