[−][src]Module c3p0_postgres::deadpool::postgres
Modules
| config | This module describes configuration used for |
| tokio_postgres | An asynchronous, pipelined, PostgreSQL client. |
Structs
| ClientWrapper | A wrapper for |
| Config | Configuration object. By enabling the |
| Manager | The manager for creating and recyling postgresql connections |
| ManagerConfig | Configuration object for the manager. This currently only makes it possible to specify which recycling method should be used when retrieving existing objects from the pool. |
| StatementCache | This structure holds the cached statements and provides access to functions for retrieving the current size and clearing the cache. |
| Transaction | A wrapper for |
| TransactionBuilder | A wrapper for |
Enums
| RecyclingMethod | This enum is used to control how the connection is recycled.
Attention: The current default is |
Type Definitions
| Client | A type alias for using |
| Pool | A type alias for using |
| PoolError | A type alias for using |