pub fn create_task( conn: &Connection, title: &str, priority: Option<Priority>, ) -> Result<i64, Error>