email_ecto_type

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


Keywords
ecto, elixir, email
License
MIT

Documentation

EmailEctoType

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

Usage

See hexdocs for details.

Installation

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

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