Function connect

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

Connect to the database