EctoCommons

Build StatusCoverage StatusHex VersionLicense

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.3.3"}
]
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

Changeset helpers

Changelog

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

License

MIT. Please see LICENSE for licensing details.