README.md
# EctoTerm
[](https://github.com/fremantle-industries/ecto_term/actions?query=workflow%3Atest)
[](https://hex.pm/packages/ecto_term)
Ecto type for Erlang term format
## Installation
Add the `ecto_term` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_term, "~> 0.0.1"}
]
end
```
## Authors
- Alex Kwiatkowski - alex+git@fremantle.io
## License
`ecto_term` is released under the [MIT license](./LICENSE)