Common functions and macros for Ecto.
This library is MIT licensed and is part of a growing number of Elixir open source libraries published at github.com/synchronal.
This library is part of the Synchronal suite of libraries and tools which includes more than 15 open source Elixir libraries as well as some Rust libraries and tools.
You can support our open source work by sponsoring us. If you have specific features in mind, bugs you'd like fixed, or new libraries you'd like to see, file an issue or contact us at [email protected].
The package can be installed by adding supra
to your list of dependencies in mix.exs
:
def deps do
[
{:supra, "~> 3.0"}
]
end