Crate influx_client[][src]

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;

Modules

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
ReadQuery

Use this struct to read from a bucket.

WriteQuery

Use this struct to write data to a bucket.