Crate cdbc[−][src]
Re-exports
pub use error::*;pub use query::*;pub use query_as::*;pub use query_scalar::*;pub use decode::*;pub use encode::*;pub use column::*;pub use row::*;pub use executor::*;pub use pool::*;pub use utils::*;Modules
Types and traits for passing arguments to SQL queries.
Traits to represent a database driver.
Types for working with errors produced by SQLx.
Provides the connection pool for asynchronous SQLx connections.
Conversions between Rust and SQL types.
