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;

Modules

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

Structs

Use a Client to connect to your influx database and execute queries.
Use this struct to read from a bucket.
Use this struct to write data to a bucket.