Skip to main content

build_query

Function build_query 

Source
pub(super) fn build_query<'a>(
    table: &'a Table,
    q: &'a TableQuery,
) -> Result<QueryBuilder<'a, Postgres>, QueryError>