Constant SQL_QUERY_CHECK_SCHEDULE_COUNT

Source
pub const SQL_QUERY_CHECK_SCHEDULE_COUNT: &str = "SELECT COUNT(*) FROM schedule LIMIT 1;";
Expand description

Checks how many entries there are in the schedule table.