pub type Db = AnyPool;
Type alias for the shared connection pool (runtime-dispatch Any backend).
pub struct Db(/* private fields */);