/influxql

Primary LanguageElixirApache License 2.0Apache-2.0

InfluxQL utility/tooling package

Setup

Add the library as a dependency to your mix.exs file:

defp deps do
  [
    # ...
    {:influxql, "~> 0.2.0"},
    # ...
  ]
end

License

Apache License, Version 2.0