Open
Description
Is your feature request related to a problem? Please describe.
In the pgDriver, connection credentials are stored in plain text, which is not the best practice.
Describe the solution you'd like
I would like to read the connection's password from an environment variable. This facilitates development both locally and in a container-based environment.
Describe alternatives you've considered
I'm not aware of an alternative to read connection parameters from environment variables.
Additional context
I have an implementation of this feature and can submit a PR if this is approved. Screenshots attached.
Related issues