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§
- PostgresClient-related errors.
- Implementation-specific metrics for the internal, pooled Postgres client.
Structs§
- A Postgres client wrapper that uses deadpool as a connection pool.
- Configuration for creating a PostgresClient.
Traits§
- Configuration knobs for PostgresClient.