pub async fn create_mysql_connection_from_config(
config: &MysqlConfig,
) -> Result<MySqlConnection>
Expand description
Use the provided configuration to establish a connection to a MySQL server.
pub async fn create_mysql_connection_from_config(
config: &MysqlConfig,
) -> Result<MySqlConnection>
Use the provided configuration to establish a connection to a MySQL server.