Module error
Expand description
Error types for all database operations
Structs§
- Column
From StrErr  - Error during 
impl FromStr for Entity::Column - Sqlx
MySql Error  - An error returned from the MySQL database.
 - Sqlx
Postgres Error  - An error returned from the PostgreSQL database.
 - Sqlx
Sqlite Error  
Enums§
- Conn
Acquire Err  - Connection Acquire error
 - DbErr
 - An error from unsuccessful database operations
 - Runtime
Err  - Runtime error
 - SqlErr
 - An error from unsuccessful SQL query
 - Sqlx
Error  - Represents all the ways a method can fail within SQLx.