[][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.

convert
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
mysql

MySQL database and connection types.

pool

Pool for rbatis_core database connections.

postgres

Postgres database and connection types.

query
query_as
row

Contains the ColumnIndex, Row, and FromRow traits.

sqlite

SQLite database and connection types.

sync
transaction
types

Conversions between Rust and SQL types.

value