Expand description
Type conversions for SQLx.
Functionsยง
- filter_
value_ to_ string - Convert a FilterValue to a string representation for debugging.
- placeholder
- Convert a FilterValue to the appropriate SQL placeholder string.
- placeholders
- Generate SQL for a list of placeholders.
- quote_
identifier - Quote an identifier for the given database backend.
- rust_
to_ sql_ type - Convert Rust type to SQL type string.