An open API service indexing awesome lists of open source software.

https://github.com/madshargreave/ectonum

Ecto custom type for enums
https://github.com/madshargreave/ectonum

ecto ecto-enum ecto-types elixir

Last synced: 10 months ago
JSON representation

Ecto custom type for enums

Awesome Lists containing this project

README

          

# Ectonum

Adds a Ecto custom type for enums. See [documentation](https://hexdocs.pm/ectonum/1.0.0).

## Installation

```elixir
def deps do
[{:ectonum, "~> 1.0.0"}]
end
```