Replies: 1 comment 3 replies
-
It's not really clear for me what you imaging to be added to diesel. Maybe try to write some more concrete examples? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our company uses diesel to develop the database and extends the db tool through diesel cli. I want to do a function that can automatically generate migration. Can diesel-cli add a sql statement parameter when generating migration, so that the user can automatically complete the writing of migration. E.g
diesel migration generate migration_name --up up_sql --down down_sql
.Beta Was this translation helpful? Give feedback.
All reactions