Expand description
Error types for all database operations
Structs§
- Error during
impl FromStr for Entity::Column
- An error returned from the MySQL database.
- An error returned from the PostgreSQL database.
Enums§
- Connection Acquire error
- An error from unsuccessful database operations
- Runtime error
- An error from unsuccessful SQL query
- Represents all the ways a method can fail within SQLx.