InfluxCommunity / influxdb3-go

The go package that provides a simple and convenient way to interact with InfluxDB 3.
https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go
MIT License
24 stars 13 forks source link

refactor: `database` argument should be optional #26

Closed bednar closed 1 year ago

bednar commented 1 year ago

If its not specified use "global" value from ClientConfigs.

https://github.com/InfluxCommunity/influxdb3-go/blob/ef08ba598dbb109197a9667a62931a0c7adade3d/influx/query.go#L68