Local env when using cargo (sqlx) #9264
Unanswered
iamquang95
asked this question in
General Q&A
Replies: 1 comment
-
You could try:
for me, the only one required is the "cargo" one. Sorry for necrobump :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using sqlx macro in my codebase, which requires
DATABASE_URL
to be defined. How can I add this env to the configuration so the auto compile won't throw errors?Beta Was this translation helpful? Give feedback.
All reactions