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.

Structs

Client

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

ReadQuery

Use this struct to read from a bucket.

WriteQuery

Use this struct to write data to a bucket.

Enums

NumericFilter
Precision
StringFilter

Traits

Filter

This trait is used for types that can be used to filter with in a ReadQuery.