4f3288b4c4
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |