Expand description
PostgreSQL backend executor — implements DatabaseBackend for sqlx::PgPool.
Structs§
- PgBackend
- PostgreSQL backend backed by
sqlx::PgPool.
Functions§
- map_
sqlx_ error - Map a
sqlx::Errorto ourErrortype, detecting PostgreSQL-specific constraint violations and error codes.