ormlette/query/helpers

These functions are helpers for the query building. Are NOT used much, might remove later

Functions

pub fn select_to_sql(select: Select) -> #(String, List(Param))

This turns a select value to a prepared statement. Literally just calling cake functions.

Search Document