Replies: 1 comment 2 replies
-
|
I don't know if that answers your question but you can specify the migrations directory path when you use the sqlx cli: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to set the migrations directory path? I would not like to have it in the root of the cargo workspace and would like to have it in my specific crate. For example:
Also for the
.sqlxdirectory if possible. Maybe name it justsqlx.This would make it much better for us to have more flexible way of setting the path to that directory.
Beta Was this translation helpful? Give feedback.
All reactions