UriReference
1 row where target = 13757
This data as json, CSV (advanced)
| id ▼ | content | target | why |
|---|---|---|---|
| 25671 | blake3-hHKIjoNNYpiLxlgYGnc0QHsX+6vZrRpOdWVFXIrOtc0= 8406 | https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_8.5.0.json 13757 | href 987 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);