Available on crate feature
sqlx
only.Re-exports§
pub use super::connection::*;
pub use super::database::*;
pub use super::entities::*;
pub use super::statement::*;
pub use crate::error::*;
pub use super::types::*;
Modules§
Structs§
- Close
Event - A future that resolves when the pool is closed.
- LogSettings
- Pool
- An asynchronous pool of SQLx database connections.
- Pool
Connection - A connection managed by a
Pool
. - Pool
Connection Metadata - Metadata for the connection being processed by a
PoolOptions
callback. - Pool
Options - Configuration options for
Pool
.
Enums§
- Maybe
Pool Connection - SQLX
Error - Represents all the ways a method can fail within SQLx.
Traits§
- Connect
Options - Connection
- Represents a single database connection.
- Executor
- A type that contains or can provide a database connection to use for executing queries against the database.
- FromStr
- Parse a value from a string