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
- Host: GitHub
- URL: https://github.com/madshargreave/ectonum
- Owner: madshargreave
- Created: 2017-05-11T18:11:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T12:43:21.000Z (over 8 years ago)
- Last Synced: 2025-08-02T13:34:33.519Z (11 months ago)
- Topics: ecto, ecto-enum, ecto-types, elixir
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```