diesel_cli 2.3.9

Provides the CLI for the Diesel crate
1
2
3
4
5
6
diesel::table! {
    table_a (id) {
        id -> Integer,
        script -> Text,
    }
}