pub async fn mysql_backend_with_config(
config: DatabaseConfig,
) -> Result<MySqlBackend, MySqlError>
Expand description
Helper function to create a MySQL backend with a configuration
pub async fn mysql_backend_with_config(
config: DatabaseConfig,
) -> Result<MySqlBackend, MySqlError>
Helper function to create a MySQL backend with a configuration