--- title: influxdb package description: > The `influxdb` package provides tools for working with the InfluxDB API. menu: flux_v0_ref: name: influxdb parent: experimental identifier: experimental/influxdb weight: 21 cascade: introduced: 0.114.0 --- The `influxdb` package provides tools for working with the InfluxDB API. Import the `experimental/influxdb` package: ```js import "experimental/influxdb" ``` ## Functions {{< children type="functions" show="pages" >}}