View Source Loupe.Ecto (Loupe v0.7.0)

Entrypoint module for Ecto related function with Loupe. Ideally, this module should be completely decoupled from any Repo logic and leave that to the app's Repo

Link to this section Summary

Functions

Same as build_query/2 but with context or with implementation with no assigns

Builds an Ecto query from either an AST or a string. It requires an implementation of the Loupe.Ecto.Definition behaviour and supports assigns as a third parameter.

Link to this section Types

@type build_query_error() :: any()

Link to this section Functions

Link to this function

build_query(string_or_ast, implementation)

View Source

Same as build_query/2 but with context or with implementation with no assigns

Link to this function

build_query(string_or_ast, implementation, assigns)

View Source

Builds an Ecto query from either an AST or a string. It requires an implementation of the Loupe.Ecto.Definition behaviour and supports assigns as a third parameter.