Skip to main content

Module value

Module value 

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

ToSqlValue
Trait for types that can be converted to SQL values.