COUNT_TASKS_DOING

Constant COUNT_TASKS_DOING 

Source
pub const COUNT_TASKS_DOING: &str = "SELECT COUNT(*) FROM tasks WHERE status = 'doing'";
Expand description

Count tasks with ‘doing’ status