README.md
# Supra
[![CI](https://github.com/synchronal/supra/actions/workflows/tests.yml/badge.svg)](https://github.com/synchronal/supra/actions)
[![Hex pm](http://img.shields.io/hexpm/v/supra.svg?style=flat)](https://hex.pm/packages/supra) [![License](http://img.shields.io/github/license/synchronal/supra.svg?style=flat)](https://github.com/synchronal/supra/blob/main/LICENSE.md)
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](https://github.com/synchronal#elixir).
## Installation
The package can be installed by adding `supra` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:supra, "~> 0.3.0"}
]
end
```
## Documentation
<https://hexdocs.pm/supra/doc/Supra.html#content>