README.md
# EctoIntegral
Interval type for Ecto, currently only implemented for PostgreSQL, PR's to support others are welcome.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ecto_integral` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ecto_integral, "~> 0.1.0"}]
end
```