Expand description
Convert serde_json::Value to bindable SQL parameter values across all dialects.
Enums§
- Bind
Value - A value that can be bound to a SQL query parameter.
Variants are dialect-agnostic; feature-gated
Encodeimpls below handle the wire format.