I want my colleagues to be able to login to various databases without fiddling around with copying and pasting passwords. We already have a highly automated development environment using dev containers.
The only way SQLTools can accept passwords is if they are hardcoded into settings, but that requires excluding settings from git.
Any of these will solve the problem (or any other approach that lends itself to automation):
I want my colleagues to be able to login to various databases without fiddling around with copying and pasting passwords. We already have a highly automated development environment using dev containers.
The only way SQLTools can accept passwords is if they are hardcoded into settings, but that requires excluding settings from git.
Any of these will solve the problem (or any other approach that lends itself to automation):