Skip to main content

Module executor

Module executor 

Source
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::Error to our Error type, detecting PostgreSQL-specific constraint violations and error codes.