diesel_cli 2.3.9

Provides the CLI for the Diesel crate
1
2
3
4
5
6
table! {
    users {
        id -> Integer,
        name -> Text,
    }
}