Documentation ¶
Overview ¶
Kvdb is an endpoint for the kvdb key-value driver. See https://pkg.go.dev/bitbucket.org/pcas/keyvalue/kvdb
Kvdb is a concrete implementation of the "keyvalue" abstract endpoint. For a list of operations on this endpoint, see "keyvalue".
Types ¶
- Connection: The Connection object describes the connection details to kvdb: { "Address": string }
Any values set in Connection are optional; they overwrite the default Connection values for the endpoint. The default values can be obtained via the "defaults" operation. For a description of the meaning of these settings, see https://pkg.go.dev/bitbucket.org/pcas/keyvalue/kvdb
Click to show internal directories.
Click to hide internal directories.