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 |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
-
Please add a way that we can install SQLC on Windows 10 using chocolatey or Scoop |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
i tried : docker run --rm -v D:\simplebank:/src -w /src kjconroy/sqlc generate return this :# package db how to solve |
Beta Was this translation helpful? Give feedback.
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.