Influxer provides an ActiveRecord-style way to work with InfluxDB with many useful features, such as:
connect multiple components approach advised by https://redux.js.org/faq/react-redux#react-multiple-components
Influxdb::Arel is a SQL AST manager for Influxdb dialect. It simplifies the generation of complex SQL queries.
Sql Builder using Interpolated Strings
The main features of drizin/interpolatedsql are: Query Builders.
Open-source alternatives to drizin/interpolatedsql include: corley/dbal-influxdb — InfluxDB driver for Doctrine DBAL (Abstraction Layer). palkan/influxer — Influxer provides an ActiveRecord-style way to work with InfluxDB with many useful features, such as:. timeseriesadmin/timeseriesadmin — connect multiple components approach advised by https://redux.js.org/faq/react-redux#react-multiple-components. undr/influxdb-arel — Influxdb::Arel is a SQL AST manager for Influxdb dialect. It simplifies the generation of complex SQL queries.