execute_removal

Function execute_removal 

Source
pub fn execute_removal(plan: &RemovalPlan, force: bool) -> Result<()>
Expand description

Execute package removal using a fresh database connection.

This is the public execution entry point. It only acquires the database connection and then delegates the actual work to the shared removal engine.