home / sidx

UriReference

13 rows where target = 507

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
5524 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5525 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5526 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5527 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5528 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5529 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5530 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5531 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5532 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5533 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
5534 blake3-Jxzm32dhfTr6/UJDc58RNnaIfwo99Lt+9pm7PYR3JYI= 121 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
25507 blake3-LDG6z83qoxxQ6gGQ9hfRBwk5zn2NsYFlwdJgO4aghqc= 8481 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507  
25933 blake3-LDG6z83qoxxQ6gGQ9hfRBwk5zn2NsYFlwdJgO4aghqc= 8481 https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/LICENSE.txt 507 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 37.969ms