Crate mz_postgres_client

Source
Expand description

A Postgres client that uses deadpool as a connection pool and comes with common/default configuration options.

Modules§

error
PostgresClient-related errors.
metrics
Implementation-specific metrics for the internal, pooled Postgres client.

Structs§

PostgresClient
A Postgres client wrapper that uses deadpool as a connection pool.
PostgresClientConfig
Configuration for creating a PostgresClient.

Traits§

PostgresClientKnobs
Configuration knobs for PostgresClient.