Ecto.Queryable protocol

Converts a data structure into an Ecto.Query.

Source

Summary

to_query(data)

Converts the given data into an Ecto.Query

Types

t :: term

Functions

to_query(data)

Converts the given data into an Ecto.Query.

Source