Expand description
SQL values and parameter handling.
This module provides safe handling of SQL values to prevent SQL injection.
Enums§
- SqlValue
- A SQL value that can be used as a parameter.
Traits§
- ToSql
Value - Trait for types that can be converted to SQL values.