README.md

# EmailEctoType

![](https://github.com/Elonsoft/email_ecto_type/workflows/mix%20test/badge.svg)
![](https://github.com/Elonsoft/email_ecto_type/workflows/mix%20format/badge.svg)

An ecto type that provides easy way of managing email addresses
in a database.

## Usage

See [hexdocs](https://hexdocs.pm/email_ecto_type) for details.

## Installation

The package can be installed by adding `email_ecto_type` to your list
of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:email_ecto_type, "~> 0.1"}
  ]
end
```