Skip to content

A thin wrapper for Ecto.Multi.run/3 that facilitates calling functions not designed for Ecto.Multi

License

Notifications You must be signed in to change notification settings

mononym/uber_multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A thin wrapper for Ecto.Multi.run/3 that facilitates calling functions not designed for Ecto.Multi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages