Function shrink

Source
async fn shrink(
    sql: &str,
    strategy: Strategy,
    client: Client,
    restore_cmd: &str,
) -> Result<String>