Skip to main content

LegacyDbPool

Type Alias LegacyDbPool 

Source
pub type LegacyDbPool = Pool<ConnectionManager<PgConnection>>;
Expand description

Legacy pool type alias for backward compatibility with code that constructs pools directly with ConnectionManager.

Aliased Typeยง

pub struct LegacyDbPool(/* private fields */);