Skip to main content

Module postgres

Module postgres 

Source
Expand description

PostgreSQL backend implementation via sqlx.

Implements DatabaseBackend for PostgreSQL databases. Supports cross-database operations by maintaining a concurrent cache of connection pools keyed by database name.

Structsยง

PostgresBackend
PostgreSQL database backend.