Expand description
Connection pool — thin wrapper over bsql_driver_postgres::Pool.
Delegates all connection management, fail-fast semantics, and LIFO ordering to the driver. This layer adds only the bsql error type conversions.
Structs§
- PgPool
- A PostgreSQL connection pool.
- Pool
Builder - Builder for configuring a connection pool.
- Pool
Connection - A connection borrowed from the pool.
- Pool
Status - Snapshot of pool utilization.
- RawRow
- A row of text values from a raw (unvalidated) SQL query.