Waiting on postgres readiness (in 1 line)
I recently launched postgres via docker, and needed a second command to wait for postgres to be ready before trying to connect to it (to apply migrations).
While there's an executable for checking postgres readiness called pg_isready, it's not instal...
nmrshll.hashnode.dev