Zync needs a postgres instance available in the host, otherwise porta deps won't work. That forces the host to either:
- Have a Postgres server installed and always running in the host
- Not desirable, since it takes resources and it's not used often
- Have a postgres server installed and start it manually before running
porta deps
- Not optimal, because the need to run a command manually makes
porta-dev-tools less convenient
- Launch a postgres container manually before running
porta deps
I suggest to launch the postgres container automatically before zync, so porta deps just works without any previous required step.
Zync needs a postgres instance available in the host, otherwise
porta depswon't work. That forces the host to either:porta depsporta-dev-toolsless convenientporta depsI suggest to launch the postgres container automatically before zync, so
porta depsjust works without any previous required step.