package
8.3.22-dev.justinas.3+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

MakeTestClient returns Postgres client connection according to the provided parameters.
NewTestServer returns a new instance of a test Postgres server.

# Variables

TestQueryResponse is the response test Postgres server sends to every query.

# Structs

Engine implements the Postgres database service that accepts client connections coming over reverse tunnel from the proxy and proxies them between the proxy and the Postgres database instance.
Proxy proxies connections from Postgres clients to database services over reverse tunnel.
TestServer is a test Postgres server used in functional database access tests.