Ecto.Queryable protocol
Converts a data structure into an Ecto.Query struct.
The only function required to implement is to_query which does the conversion.
Summary↑
| to_query(expr) |
Types ↑
t :: term
Converts a data structure into an Ecto.Query struct.
The only function required to implement is to_query which does the conversion.
| to_query(expr) |
t :: term