Module sea_orm::error

source ·
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

An error from unsuccessful database operations
Runtime error
Represents all the ways a method can fail within SQLx.