home / sidx

UriReference

13 rows where target = 250

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
2094 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2095 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2096 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2097 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2098 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2099 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2100 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2101 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2102 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2103 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
2104 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
25336 blake3-xQOg/jkuRZB6V7EuSr70eUbcuFltEtNXAB7N+W9Muno= 8452 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250  
25762 blake3-xQOg/jkuRZB6V7EuSr70eUbcuFltEtNXAB7N+W9Muno= 8452 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/windows-x86_64/ 250 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 25.063ms