Module diesel_async::pooled_connection
source · Expand description
Modules§
- A connection pool implementation for
diesel-async
based ondeadpool
Structs§
- An connection manager for use with diesel-async.
- Configuration object for a Manager.
Enums§
- The error used when managing connections with
deadpool
. - Possible methods of how a connection is recycled.
Type Aliases§
- Type of the recycle check callback for the
RecyclingMethod::CustomFunction
variant - Type of the custom setup closure passed to
ManagerConfig::custom_setup