| ▲ | o11c 6 days ago | |
Even with postgres, you don't have to use the system instance; there's nothing stopping you from running the server as a child process. You probably need to support this for your testsuite anyway. | ||
| ▲ | hamandcheese 6 days ago | parent [-] | |
Maybe in theory. In practice, most people who need Postgres for their test suite will boot an instance in a docker container in CI, and maybe just assume a system version is available for local dev. | ||