Ecto.Queryable protocol
Converts a data structure into an Ecto.Query
.
Summary
Types
Functions
- to_query(data)
Converts the given
data
into anEcto.Query
.
Types
t()
Specs
t() :: term()
Functions
to_query(data)
Converts the given data
into an Ecto.Query
.
© 2013 Plataformatec
© 2020 Dashbit
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/ecto/Ecto.Queryable.html