mysqladm::server::config

Function create_mysql_connection_from_config

Source
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.