pub async fn default_mysql_pool(connection_string: &str) -> Pool<MySql>
A convenience building a simple connection pool for MySql database.