home / sidx

UriReference

8 rows where target = 527

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
18454 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18455 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18456 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18457 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18458 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18459 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18460 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  
18461 blake3-F8MSRO+2LmESJOhQBhmlScDUaHHIWmUdtOU2Q3MsyoE= 248 https://developer.download.nvidia.com/compute/cuda/redist/driver_assistant/source/driver_assistant-0.20.124.06-archive.tar.xz 527  

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