backend::config::data

Type Alias SharedPool

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

Helper-Type - Connection pool to the database.

Aliased Typeยง

struct SharedPool(/* private fields */);