1 unstable release
0.1.0 | May 7, 2022 |
---|
#9 in #bb8
92 downloads per month
7KB
67 lines
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
.
lib.rs
:
Oracle support for the bb8 connection pool.
If you want to use chrono data types, enable the chrono
feature:
[dependencies]
bb8-oracle = { version = "0.2.0", features = ["chrono"] }
Dependencies
~7–14MB
~163K SLoC