pub type AsyncDbPool = Pool<AsyncPgConnection>;
Async connection pool type alias (deadpool + diesel-async).
pub struct AsyncDbPool { /* private fields */ }