[][src]Crate sqlx_core

Core of SQLx, 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
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 SQLx database connections.

query
query_as
row

Contains the ColumnIndex, Row, and FromRow traits.

transaction
types

Conversions between Rust and SQL types.

value