ormio 0.1.0

Working in progress
Documentation
1
2
3
4
5
#[derive(Queryable)]
pub struct Todo {
    pub name: String,
    pub done: bool,
}