README.md
# EctoTerm
[![Build Status](https://github.com/fremantle-industries/ecto_term/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/ecto_term/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/ecto_term.svg?style=flat)](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)