Module sql_str

Module sql_str 

Source

Structs§

AssertSqlSafe
Assert that a query string is safe to execute on a database connection.
SqlStr
A SQL string that is ready to execute on a database connection.

Traits§

SqlSafeStr
A SQL string that is safe to execute on a database connection.