Available on crate feature
pool
only.Expand description
Modules§
- bb8
bb8
- A pool implementation for
diesel-async
based onbb8
- deadpool
deadpool
- A connection pool implementation for
diesel-async
based ondeadpool
- mobc
mobc
- A pool implementation for
diesel-async
based onmobc
Structs§
- Async
Diesel Connection Manager - An connection manager for use with diesel-async.
- Manager
Config - Configuration object for a Manager.
Enums§
- Pool
Error - The error used when managing connections with
deadpool
. - Recycling
Method - Possible methods of how a connection is recycled.
Type Aliases§
- Recycle
Check Callback - Type of the recycle check callback for the
RecyclingMethod::CustomFunction
variant - Setup
Callback - Type of the custom setup closure passed to
ManagerConfig::custom_setup