Crate influx_client

Source
Expand description

An unofficial library to read from and write to InfluxDB databases. This library supports the 2.x API. It is still very early in development, so features may be missing or not working.

Re-exports§

pub use flux::Precision;
pub use flux::ReadQuery;
pub use flux::WriteQuery;

Modules§

blocking
flux
This module provides the types to read from and write into buckets. However, the query language flux is not fully supported yet.

Structs§

Client
Use a Client to connect to your influx database and execute queries.
InfluxError