create_postgres_client

Function create_postgres_client 

Source
async fn create_postgres_client(pg_server_addr: &str) -> Client
Expand description

Create a Postgres client with retry.

ยงPanics

Panics if the Postgres server address is invalid or the connection fails.