Skip to main content

AsyncDbPool

Type Alias AsyncDbPool 

Source
pub type AsyncDbPool = Pool<AsyncPgConnection>;
Expand description

Async connection pool type alias (deadpool + diesel-async).

Aliased Typeยง

pub struct AsyncDbPool { /* private fields */ }