pub async fn create_postgres_connection(
connection_string: &str,
) -> Result<(Client, Connection<Socket, TlsStream<Socket>>, MakeTlsConnector), Error>
pub async fn create_postgres_connection(
connection_string: &str,
) -> Result<(Client, Connection<Socket, TlsStream<Socket>>, MakeTlsConnector), Error>