README.md

# 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`:

```elixir
def deps do
  [
    {:ecto_timescaledb, "~> 0.3.0"}
  ]
end
```

Documentation can be found at [https://hexdocs.pm/ecto_timescaledb](https://hexdocs.pm/ecto_timescaledb).