An Ecto.Type
for utilizing tstzrange
fields in Postgres.
- Repo: https://github.com/synchronal/ecto_date_time_range
- Hex docs: https://hexdocs.pm/ecto_date_time_range
Our open source Ecto.Type
libraries:
This library is tested against the most recent 3 versions of Elixir and Erlang.
This library is part of the Synchronal suite of libraries and tools which includes more than 15 open source Elixir libraries as well as some Rust libraries and tools.
You can support our open source work by sponsoring us. If you have specific features in mind, bugs you'd like fixed, or new libraries you'd like to see, file an issue or contact us at [email protected].
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