Y
Hacker News
new
|
ask
|
show
|
jobs
by
o11c
236 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.
1 comments
hamandcheese
236 days ago
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.
link