A small project that allows you to normalize Ecto schemas. This version supports the beta of Ecto 2.
Installation
The package can be installed as:
Add Normalixr to your list of dependencies in
mix.exs:def deps do [{:normalixr, "~> 0.3"}] end
Replace every instance of
use Ecto.SchemawithNormalixr.Schema
Documentation
All documentation can be found on Hexdocs.