Skip to main content

raw

Function raw 

Source
pub fn raw(sql: impl Into<Cow<'static, str>>) -> Expr
Expand description

Raw SQL, verbatim. ? is left alone — see template.

The progressive-enhancement entry point: a hand-written fragment goes anywhere a structured expression does.