pub type SharedPool = Data<Pool>;
Helper-Type - Connection pool to the database.
pub struct SharedPool(/* private fields */);