With this change, it'll be possible to connect to a MySQL database via either TCP or UNIX sockets.
It's debatable whether tests are required for this PR, as it seems like overkill to increase the complexity of the dockerized databases & integration tests for a trivial feature like this. I'm happy to be overruled on that opinion however.
Checklist
[X] I have run this code in development and it appears to resolve the stated issue
[X] This PR includes tests, or tests are not required/relevant for this PR
[X] I have updated the CHANGELOG.md with information about my change
resolves #164
Description
With this change, it'll be possible to connect to a MySQL database via either TCP or UNIX sockets.
It's debatable whether tests are required for this PR, as it seems like overkill to increase the complexity of the dockerized databases & integration tests for a trivial feature like this. I'm happy to be overruled on that opinion however.
Checklist
CHANGELOG.md
with information about my change