Module driver

Source
Expand description

§This mode provides a generic interface around SQL database.

Re-exports§

pub use conn::*;
pub use error::*;
pub use stmt::*;
pub use tx::*;

Modules§

callback
Callback A BoxedCallback<Output> is a handle for waking up driver caller by notifying asynchronous task is completed.
conn
error
RDBC predefined errors
stmt
tx

Traits§

Driver