Expand description
Generic connection pooling support for Finchers, based on r2d2.
Re-exports§
pub use r2d2::*;
Modules§
- current_
thread - The implementation of PoolEndpoint which works on the current thread.
Structs§
- Pool
Endpoint - The endpoint which retrieves a connection from a connection pool.
Functions§
- pool_
endpoint - Create an endpoint which acquires the connection from the specified connection pool.