Expand description
Connection pooling library for tokio.
Any connection type that implements the ManageConnection
trait can be used with this libary.
Structs
- Configuration for the connection pool
- A smart wrapper around a connection which stores it back in the pool when it is dropped.
- General connection pool
Enums
- Error type returned by this module
Traits
- A trait which provides connection-specific functionality.