1 unstable release

0.1.0 May 7, 2022

#9 in #bb8

Download history 41/week @ 2024-03-13 37/week @ 2024-03-20 23/week @ 2024-03-27 39/week @ 2024-04-03 11/week @ 2024-04-10 1/week @ 2024-04-17 7/week @ 2024-04-24 3/week @ 2024-05-01 20/week @ 2024-05-08 7/week @ 2024-05-15 61/week @ 2024-05-22 35/week @ 2024-05-29 41/week @ 2024-06-05 3/week @ 2024-06-12 3/week @ 2024-06-19 43/week @ 2024-06-26

92 downloads per month

MIT/Apache

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