bb8-oracle

Crates.iobb8-oracle
lib.rsbb8-oracle
version0.1.0
sourcesrc
created_at2022-05-07 22:07:09.853291
updated_at2022-05-07 22:07:09.853291
descriptionOracle support for the bb8 connection pool
homepage
repositoryhttps://github.com/RavuAlHemio/bb8-oracle
max_upload_size
id582261
size18,823
Ondřej Hošek (RavuAlHemio)

documentation

README

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.

Commit count: 2

cargo fmt