Crate r2d2_oracle[][src]

Oracle support for the r2d2 connection pool.

If you want to use chrono data types, enable the chrono feature:

[dependencies]
r2d2-oracle = { version = "0.2.0", features = ["chrono"] }

Re-exports

pub use oracle;
pub use r2d2;

Structs

OracleConnectionManager

An r2d2::ManageConnection for oracle::Connections.