Function pgmq_core::util::connect

source ·
pub async fn connect(
    url: &str,
    max_connections: u32
) -> Result<Pool<Postgres>, PgmqError>
Expand description

Connect to the database