Expand description
High Performance Async Generic Pool PostgreSQL Adapter
Re-exports§
pub use qp;
pub use tokio_postgres;
Structs§
- A PostgreSQL connection manager.
Functions§
- Creates a new PostgreSQL connection pool.
Type Aliases§
- An alias for
Pool
, managing PostgreSQL connections.