dsync 0.0.7

Generate rust structs & query functions from diesel schema files.
Documentation
1
2
3
4
5
6
7
diesel::table! {
    users (name, address) {
        name -> Text,
        address -> Text,
        secret -> Text,
    }
}