I tried to install sqlc with go install and downloaded the prebuilt binary for windows. If i try to run sqlc, nothing happens. It returns without any error message to the console.
I also installed sqlc on my ubuntu machine. On ubuntu typing sqlc into the console prints the default help message.
Version
1.27.0
What happened?
I tried to install sqlc with go install and downloaded the prebuilt binary for windows. If i try to run sqlc, nothing happens. It returns without any error message to the console.
I also installed sqlc on my ubuntu machine. On ubuntu typing sqlc into the console prints the default help message.
Relevant log output
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
Windows
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go