Crate qp_postgres

Source
Expand description

High Performance Async Generic Pool PostgreSQL Adapter

Re-exports§

pub use qp;
pub use tokio_postgres;

Structs§

PgConnManager
A PostgreSQL connection manager.

Functions§

connect
Creates a new PostgreSQL connection pool.

Type Aliases§

PgPool
An alias for Pool, managing PostgreSQL connections.