Hello,
Im following this tutorial on Windows : https://dev.to/open-graphql/building-powerful-graphql-servers-with-rust-3gla
but as soon as I do this :
diesel migration run
The --database-url argument must be passed, or the DATABASE_URL environment variable must be set.
and I have a env. file with this as contents :
DATABASE_URL=postgres://localhost/rust_graphql_exampl
What went wrong or what am I doing wrong here ?
Roelof