influxer icon indicating copy to clipboard operation
influxer copied to clipboard

InfluxDB ActiveRecord-style

Results 3 influxer issues
Sort by recently updated
recently updated
newest added

## What is the purpose of this pull request? When using ruby 3.1 I was not possible to pass hash objects to where conditions as this is possible in conventional...

Sync with [this](https://github.com/influxdata/influxdb-ruby/blob/master/lib/influxdb/config.rb).

help wanted

- [ ] [`DIFFERENCE()`](https://docs.influxdata.com/influxdb/latest/query_language/functions/#difference) (since 0.12) - [ ] [`MOVING_AVERAGE`](https://docs.influxdata.com/influxdb/latest/query_language/functions/#moving-average) (since 0.12) - [ ] [`ELAPSED`](https://docs.influxdata.com/influxdb/latest/query_language/functions/#elapsed) (since 0.13) - [ ] [`DELETE`](https://docs.influxdata.com/influxdb/latest/query_language/database_management/#delete-series-with-delete) (since 0.13) - [ ] Group by time...

enhancement
Hacktoberfest