Module error

Module error 

Source
Expand description

Error types for all database operations

Structs§

ColumnFromStrErr
Error during impl FromStr for Entity::Column
SqlxMySqlErrorsqlx-mysql
An error returned from the MySQL database.
SqlxPostgresErrorsqlx-postgres
An error returned from the PostgreSQL database.
SqlxSqliteErrorsqlx-sqlite

Enums§

ConnAcquireErr
Connection Acquire error
DbErr
An error from unsuccessful database operations
RuntimeErr
Runtime error
SqlErr
An error from unsuccessful SQL query
SqlxErrorsqlx-dep
Represents all the ways a method can fail within SQLx.
TryGetError
An error from trying to get a row from a Model