An Ecto.Type
for utilizing tstzrange
fields in Postgres.
This library is tested against the most recent 3 versions of Elixir and Erlang.
def deps do
[
{:ecto_date_time_range, "~> 1.3"}
]
end
Up-to-date documentation on how to use the Ecto types provided by this libary can be found in the hex docs:
https://hexdocs.pm/ecto_date_time_range/
brew bundle
bin/dev/doctor
bin/dev/test
bin/dev/shipit