Posts tagged "ecto":
Building dynamic queries with Ecto
16 Sep 2017
Ecto is the most popular, robust and solid solution to work with databases in Elixir ecosystem. Ecto is not ORM, ODM nor it is a Repository patern library. Ecto is just a wrapper for common constructions to work with databases, nothing less and nothing more than that.
(...)