Skip to main content

Module params

Module params 

Source
Expand description

Convert serde_json::Value to bindable SQL parameter values across all dialects.

Enums§

BindValue
A value that can be bound to a SQL query parameter. Variants are dialect-agnostic; feature-gated Encode impls below handle the wire format.