⛔️ don't make these postgresql developer mistakes

preview_player
Показать описание
#development #containers #fail
Рекомендации по теме
Комментарии
Автор

I faced the same problem just a few days back. I was trying to connect to my pod running postgres but due to many factors I wasn't successful spinning up a client container. In the end I decided to just port-forward from the pod and connect via a VSCode database plugin.

JoshPius