postgres

package
v0.0.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Postgres is an endpoint for the postgres key-value driver. See https://pkg.go.dev/bitbucket.org/pcas/keyvalue/postgres

Postgres 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 postgres: { "AppName": string, "Hosts": [string, ..., string], "Username": string, "Password": string, "PasswordSet": boolean, "ConnectTimeout": integer, "RequireSSL": boolean, "FastCopy": boolean }

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/postgres

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL