Changelog
- 56ce1c0 build(make): add a command to connect to mysql through socket file using the url option
- dbe9743 build(make): add a target command to connect to mysql through a socket file
- a3c66b6 build(make): add docker compose v2 to the target commands on makefile
- 241a181 build(version): bump to version v0.19.0
- 57240cd build(version): bump to version v0.19.0-rc1
- 89c335b docs(readme): add instructions on how to use the new feature
- 4897dfe docs(readme): update the way dblab connects to mysql through a socket file
- 2ce9b08 feat(command): add a field called socket
- 5dccef9 feat(connection): add a validation step to check if the given socket file exists or is valid
- 820a5da feat(connection): add string formatting to come up with an url to use the socket file
- eb0395e feat(root): add a socket flag to the cli to indicate the unix socket file
- 99b7931 fix(scripts): fix the installations script to remove the need to sudo on script executions
- 7a44820 refactor(connection): add password to the url string formatting
- d14fada test(connection): add password to the sockets scenarios
- cd90810 test(connection): add scenarios to the test suite to make sure the uri is valid
- 5d5127c test(connection): add test scenarios to make sure the validation works