Expand description
Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Modules
Types and traits for passing arguments to SQL queries.
Traits to represent a database driver.
Types for working with errors produced by SQLx.
Provides the connection pool for asynchronous SQLx connections.
PostgreSQL database driver.
Runtime query-builder API.
SQLite database driver.
Conversions between Rust and SQL types.
Enums
The enum Either
with variants Left
and Right
is a general purpose
sum type with two cases.