Crate bb8_oracle

Source
Expand description

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"] }

Re-exports§

pub use bb8;
pub use oracle;

Structs§

OracleConnectionManager
A bb8::ManageConnection for oracle::Connections.

Enums§

Error
An error that can occur during Oracle database connection pool operations.