Enums§
Functions§
- map_
sqlx_ error - The single Rust-side mapping from a raw
sqlx::Errorto anAwaError, translating a Postgres unique violation (SQLSTATE 23505) intoAwaError::UniqueConflictwith the offending constraint name.
sqlx::Error to an AwaError,
translating a Postgres unique violation (SQLSTATE 23505) into
AwaError::UniqueConflict with the offending constraint name.