Skip to main content

Module sql

Module sql 

Source
Expand description

Compile GQL AST to parameterized SQL (JOIN chain or recursive CTE).

Structs§

CompileOptions
Runtime options injected by the caller to scope and cap query execution.
CompiledQuery
Parameterized SQL emitted by the compiler, ready for execution by the runtime.

Functions§

compile
Compile a GqlQuery AST to a parameterized SQL string and bound parameters.