tudor-sql 0.2.0

Does sql stuff to todo.txt files
Documentation
#![feature(or_patterns, map_first_last)]

mod sql;
pub mod todo;

pub mod utils;

const TODO_DATE_FORMAT: &str = "%F";