home / sidx

UriReference

8 rows where content = 8475

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25472 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475    
25473 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475    
25474 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475    
25475 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25953 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25954 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475   href 987
25955 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475   href 987
25956 blake3-3wgDAMbsTUDUtM0Mp5QmUg6adzbP+N4+r9zJtwEaGCY= 8475   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 60.328ms