Skip to main content

literal

Function literal 

Source
pub fn literal(value: &str) -> Literal
Expand description

Creates a raw SQL literal expression

ยงSafety

The value is inserted directly into SQL without escaping. Never use with untrusted user input.