Type Alias backend::config::data::SharedPool

source ·
pub type SharedPool = Data<Pool>;
Expand description

Helper-Type - Connection pool to the database.

Aliased Type§

struct SharedPool(/* private fields */);