A continution of the work from #99 and #102, this removes the need for manually specifying the environment variables for a provider if you're using the default one from the docker-compose.yml environment or on CI, rather just have to specify the client via DB_CLIENTS=foo, greatly simplifying local and CI testing.
A continution of the work from #99 and #102, this removes the need for manually specifying the environment variables for a provider if you're using the default one from the
docker-compose.yml
environment or on CI, rather just have to specify the client viaDB_CLIENTS=foo
, greatly simplifying local and CI testing.