README.md

# RecordListEcto

A library with Ecto step implementations of `RecordList`. Refer to the documentation for each step, as well as the [tests](https://github.com/Ivor/record_list_ecto/blob/main/test/record_list_ecto_test.exs) for more information. 

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `record_list_ecto` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:record_list, "~> 0.1.0"}
    {:record_list_ecto, "~> 0.1.0"}
  ]
end
```