Structs§
- Parameter
Set - A named set of runtime parameters.
Functions§
- infer_
type - Infer a
Valuetype from a raw string. - load_
from_ json - Load parameters from a JSON file (object mapping name → raw string value).
- parse_
param - Parse a
NAME=VALUEstring, splitting at the first=. - substitute
- Substitute
${name}placeholders in SQL with values fromparams.