Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 444 Bytes

File metadata and controls

19 lines (13 loc) · 444 Bytes

UberMulti

A helper for 'Ecto.Multi.run/3' that facilitates calling functions not written for Ecto.Multi.

Installation

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

Docs & Usage

The docs and examples can be found online at https://hexdocs.pm/uber_multi/UberMulti.html.