Interface: TranspileRequest
@kortexya/reasoninglayer / OntologyBridge / TranspileRequest
Interface: TranspileRequest
Defined in: src/types/ontology-bridge.ts:170
Request to transpile an OSFQL query to SQL.
Remarks
Sent to POST /api/v1/ontology/transpile. Wire format is snake_case
(the osfql and dialect fields are already lowercase).
Properties
dialect?
optionaldialect:string
Defined in: src/types/ontology-bridge.ts:172
SQL dialect: “postgres”, “mysql”, or “sqlite”.
osfql
osfql:
string
Defined in: src/types/ontology-bridge.ts:174
OSFQL query to transpile.