You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-16
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,16 @@ Pull requests are always welcome. See [Contributing](https://github.com/influxdb
37
37
38
38
### Currently Supported Features
39
39
40
-
- Reading and Writing to InfluxDB
41
-
- Optional Serde Support for Deserialization
42
-
- Running multiple queries in one request (e.g. `SELECT * FROM weather_berlin; SELECT * FROM weather_london`)
43
-
- Authenticated and Unauthenticated Connections
44
-
-`async`/`await` support
45
-
-`#[derive(InfluxDbWriteable)]` Derive Macro for Writing / Reading into Structs
46
-
-`GROUP BY` support
47
-
- Tokio and async-std support (see example below) or [available backends](https://github.com/influxdb-rs/influxdb-rust/blob/main/influxdb/Cargo.toml)
- Running multiple queries in one request (e.g. `SELECT * FROM weather_berlin; SELECT * FROM weather_london`)
43
+
- Writing single or multiple measurements in one request (e.g. `WriteQuery` or `Vec<WriteQuery>` argument)
44
+
- Authenticated and Unauthenticated Connections
45
+
-`async`/`await` support
46
+
-`#[derive(InfluxDbWriteable)]` Derive Macro for Writing / Reading into Structs
47
+
-`GROUP BY` support
48
+
- Tokio and async-std support (see example below) or [available backends](https://github.com/influxdb-rs/influxdb-rust/blob/main/influxdb/Cargo.toml)
0 commit comments