create_mysql_client

Function create_mysql_client 

Source
async fn create_mysql_client(mysql_server_addr: &str) -> Conn
Expand description

Create a MySQL client with retry.

ยงPanics

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