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