A helper for 'Ecto.Multi.run/3' that facilitates calling functions not written for Ecto.Multi.
The package can be installed by adding uber_multi
to your list of dependencies in mix.exs
:
def deps do
[
{:uber_multi, "~> 1.0"}
]
end
The docs and examples can be found online at https://hexdocs.pm/uber_multi/UberMulti.html.