Re-exports

pub use sqlx_core::type_info::TypeInfo as _;
pub use sqlx_core::value::ValueRef as _;

Enums

Represents all the ways a method can fail within SQLx.

Traits

A database driver.
A type that can be decoded from the database.
Associate Database with a ValueRef of a generic lifetime.
Indicates that a SQL type is supported for a database.