--- title: influxdb package description: > The `influxdb` package provides functions designed for working with InfluxDB and analyzing InfluxDB metadata. menu: flux_v0_ref: name: influxdb parent: influxdata identifier: influxdata/influxdb weight: 21 cascade: introduced: 0.7.0 --- The `influxdb` package provides functions designed for working with InfluxDB and analyzing InfluxDB metadata. Import the `influxdata/influxdb` package: ```js import "influxdata/influxdb" ``` ## Functions {{< children type="functions" show="pages" >}} ## Packages {{< children show="sections" >}}