influxdb/influxdb3_client
Trevor Hilton 4f3288b4c4
feat: support query parameters in the `influxdb3_client` (#24806)
feat: add query parameter support to influxdb3 client

This adds the ability to use parameterized queries in the influxdb3_client crate
when calling the /api/v3/query_sql and /api/v3/query_influxql APIs.

The QueryRequestBuilder now has two new methods: with_param and
with_try_param, that allow binding of parameters to a query being made.

Tests were added in influxdb3_client to verify their usage with both sql and
influxql query APIs.
2024-03-23 11:06:08 -04:00
..
src feat: support query parameters in the `influxdb3_client` (#24806) 2024-03-23 11:06:08 -04:00
Cargo.toml feat: support query parameters in the `influxdb3_client` (#24806) 2024-03-23 11:06:08 -04:00