Skip to main content

try_compile

Function try_compile 

Source
pub fn try_compile<D: Dialect>(
    qb: &QueryBuilder<D>,
) -> Result<(String, Vec<Value>), BuildError>
Expand description

Compile a QueryBuilder into (sql, binds), or return the BuildError describing why the query cannot be rendered.