r2d2_odbc_api 0.2.0

ODBC support for the r2d2 connection pool Via odbc-api Based on https://github.com/Koka/r2d2-odbc
Documentation
1
2
3
4
5
6
7
mod connection;
mod error;
mod shared;

pub use self::connection::ODBCConnection;
pub use self::error::OdbcError;
pub(crate) use self::shared::SharedPool;