Expand description
Modules§
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