EctoCommons

Build Status Coverage Status Hex Version License

Ecto common helpers such as validators and formatters.

Installation

The package is available on hex, so it can be installed by adding ecto_commons to your list of dependencies in mix.exs:

def deps do
[
{:ecto_commons, "~> 0.1.0"}
]
end

Documentation is published on HexDocs and can be found at https://hexdocs.pm/ecto_commons.

Summary

The package contains common ecto helpers:

Changeset validators

Changelog

ecto_commons follows semantic versioning. See CHANGELOG.md for more information.

License

MIT. Please see LICENSE for licensing details.