pub async fn create_pg_client( user: &str, password: &str, host: &str, port: &str, database: &str, ssl_mode: &SslMode, ssl_root_cert: &Option<String>, tcp_keepalive: Option<TcpKeepaliveConfig>, ) -> Result<Client>