bb8 connection pool support for oracle. The code has been derived, to a blatant degree, from r2d2-oracle.
bb8
oracle
r2d2-oracle
Since oracle operates synchronously, all pool operations are moved to blocking threads using tokio::task::spawn_blocking.
tokio::task::spawn_blocking