UriReference
1 row where target = 13756
This data as json, CSV (advanced)
id ▼ | content | target | why |
---|---|---|---|
25677 | blake3-hHKIjoNNYpiLxlgYGnc0QHsX+6vZrRpOdWVFXIrOtc0= 8406 | https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_8.8.0.121.json 13756 | 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);