Skip to main content

Module sql

Module sql 

Source
Expand description

Parameterized SQL compilation for fixed and variable-length query patterns.

Structs§

CompileOptions
Runtime options injected by the caller to scope and cap query execution.
CompiledQuery
Parameterized read-only SQL plus the metadata required to decode its result.
TruncationCheck
Instructions for stripping a row-cap sentinel after execution.

Functions§

compile
Compiles query to parameterized, read-only SQL under opts.