package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

NewClient returns an instance of a Client.
NewKVStore returns an instance of KVStore with the file at the provided path.
WithNoSync WARNING: this is useful for tests only this skips fsyncing on every commit to improve write performance in exchange for no guarantees that the db will persist.

# Constants

# Structs

Bucket implements kv.Bucket.
Client is a client for the boltDB data store.
Cursor is a struct for iterating through the entries in the key value store.
KVStore is a kv.Store backed by boltdb.
Tx is a light wrapper around a boltdb transaction.

# Type aliases