[][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
cursor
database
decode

Types and traits for decoding values from the database.

describe

Types for returning SQL type information about queries.

encode

Types and traits for encoding values to the database.

error

Error and Result types.

executor
pool

Pool for SQLx database connections.

query
query_as
row

Contains the Row and FromRow traits.

transaction
types

Traits linking Rust types to SQL types.