Expand description
Build / BuildNamed / Buildf: helpers for format-style SQL builders.
Functionsยง
- build
- Build: construct a builder using
$placeholders. - build_
named - BuildNamed: enable only
${name}and$$, sourcing args from a map. - buildf
- Buildf: fmt-like builder supporting
%v/%sonly. - with_
flavor - WithFlavor: bind a default flavor to a builder.