pub fn literal(value: &str) -> Literal
Creates a raw SQL literal expression
The value is inserted directly into SQL without escaping. Never use with untrusted user input.