Crate sqlx_core[][src]

Expand description

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

Modules

Generic database driver with the specific driver selected at runtime.

Types and traits for passing arguments to SQL queries.

Traits to represent a database driver.

Provides Decode for decoding values from the database.

Provides Encode for encoding values for the database.

Types for working with errors produced by SQLx.

Microsoft SQL (MSSQL) database driver.

MySQL database driver.

Provides the connection pool for asynchronous SQLx connections.

PostgreSQL database driver.

SQLite database driver.

Conversions between Rust and SQL types.