/bb8-oracle

Oracle connection pooling for Rust's bb8

Primary LanguageRustOtherNOASSERTION

bb8-oracle

bb8 connection pool support for oracle. The code has been derived, to a blatant degree, from r2d2-oracle.

Since oracle operates synchronously, all pool operations are moved to blocking threads using tokio::task::spawn_blocking.