enrichments
8 rows where homs = "Pos"
This data as json, CSV (advanced)
Link | category | homs |
---|---|---|
Frm,Pos | Frm | Pos |
LMet,Pos | LMet | Pos |
Lat,Pos | Lat | Pos |
Loc,Pos | Loc | Pos |
Pos,Pos | Pos | Pos |
Pros,Pos | Pros | Pos |
Quant,Pos | Quant | Pos |
Rel,Pos | Rel | Pos |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "enrichments" ( "category" TEXT NOT NULL, "homs" TEXT NOT NULL, FOREIGN KEY("homs") REFERENCES "categories"("name") on update cascade on delete restrict, FOREIGN KEY("category") REFERENCES "categories"("name") on update cascade on delete restrict, PRIMARY KEY("category","homs") );