README.md
# EctoMapSet
MapSet support for Ecto
## Installation
Add `ecto_map_set` to your list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:ecto_map_set, "~> 0.1.0"}
  ]
end
```
## Documentation
docs can be found at [https://hexdocs.pm/ecto_map_set](https://hexdocs.pm/ecto_map_set).