3 unstable releases
0.2.0 | Dec 6, 2024 |
---|---|
0.1.1 | Dec 6, 2024 |
0.1.0 | May 7, 2022 |
#1983 in Database interfaces
334 downloads per month
8KB
73 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
~8–14MB
~186K SLoC