EctoIntegral

Interval type for Ecto, currently only implemented for PostgreSQL, PR's to support others are welcome.

Installation

If available in Hex, the package can be installed by adding ecto_integral to your list of dependencies in mix.exs:

def deps do
  [{:ecto_integral, "~> 0.1.0"}]
end