Paweł Banach

Results 2 comments of Paweł Banach

> > Just FYI, you can run `sqlc` on Windows by installing [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) then using compiled Linux binary. Probably can add this to readme as temporary work...

I'm in for the simplification. Another known way is to put this in postgres service: ``` healthcheck: test: [ "CMD-SHELL", "pg_isready -d local_container_postgresql_database -U local_container_postgresql_database_user" ] interval: 5s timeout: 5s...