EctoTimescaledb
Provide Ecto.Timescaledb to write TimescaleDB extended SQL.
Installation
The package can be installed by adding ecto_timescaledb to your list of dependencies in mix.exs:
def deps do
[
{:ecto_timescaledb, "~> 0.3.0"}
]
endDocumentation can be found at https://hexdocs.pm/ecto_timescaledb.