home / sidx

UriReference

8 rows where target = 402

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
18446 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18447 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18448 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18449 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18450 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18451 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18452 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  
18453 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.18.86.10-archive.tar.xz 402  

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