docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate not working on windows 10 OS #880
|
docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate not working on windows 10 OS I tried : docker run --rm -v %cd% -w /src kjconroy/sqlc generate |
Replies: 4 comments 2 replies
|
Can you provide a bit more information? When you say "not working", what do you mean? Is there any output? Is there an error message? |
|
Please add a way that we can install SQLC on Windows 10 using chocolatey or Scoop |
|
I added Windows support (#886) here, which means you can now download tip releases for Windows. A huge caveat: these builds do not support the PostgreSQL engine. |
|
i tried : docker run --rm -v D:\simplebank:/src -w /src kjconroy/sqlc generate return this :# package db how to solve |
I added Windows support (#886) here, which means you can now download tip releases for Windows. A huge caveat: these builds do not support the PostgreSQL engine.