Module diesel_async::pooled_connection
source · Available on crate features
deadpool
or bb8
or mobc
or r2d2
only.Expand description
Modules
- bb8
bb8
A pool implementation fordiesel-async
based onbb8
- deadpool
deadpool
A connection pool implementation fordiesel-async
based ondeadpool
- mobc
mobc
A pool implementation fordiesel-async
based onmobc
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