[][src]Crate rbatis_core

Core of rbatis_core, the rust SQL toolkit. Not intended to be used directly.

Re-exports

pub use error::Error;
pub use error::Result;

Modules

arguments

Traits for passing arguments to SQL queries.

connection

Contains the Connection and Connect traits.

cursor

Contains the Cursor trait.

database
db
decode

Types and traits for decoding values from the database.

encode

Types and traits for encoding values to the database.

error

Errorand Result types.

executor
pool

Pool for rbatis_core database connections.

query
row

Contains the ColumnIndex, Row, and FromRow traits.

sync_map
transaction
types

Conversions between Rust and SQL types.

value