import "github.com/hashicorp/vault/physical/cockroachdb"
NewCockroachDBBackend constructs a CockroachDB backend using the given API client, server address, credentials, and database.
type CockroachDBBackend struct {
// contains filtered or unexported fields
}
CockroachDBBackend Backend is a physical backend that stores data within a CockroachDB database.
Delete is used to permanently delete an entry
Get is used to fetch and entry.
List is used to list all the keys under a given prefix, up to the next prefix.
Put is used to insert or update an entry.
Transaction is used to run multiple entries via a transaction
Package cockroachdb imports 16 packages (graph) and is imported by 6 packages. Updated 2020-10-13. Refresh now. Tools for package owners.