pub async fn create_connection(
db_type: DatabaseType,
connection_string: &str,
) -> Result<Box<dyn DatabaseConnection>>pub async fn create_connection(
db_type: DatabaseType,
connection_string: &str,
) -> Result<Box<dyn DatabaseConnection>>