Ecto.Rut - Ecto Shortcuts to make your life easier!
Ecto.Rut gives you simple wrapper methods that let you directly call CRUD methods from your Module, so you can do this:
Post.all
Post.get(id)
Post.delete(post)
Post.insert(title: "Name", category: "Elixir")
Read next Alchemist v1.8.1 is OUT - Elixir Tooling Emacs Integration