Module types

Module types 

Source
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.