Question
How can I specify the path to the database client executable (e.g., psql or sqlcmd) within DBeaver?
Asked by: USER9778
99 Viewed
99 Answers
Answer (99)
In DBeaver, you can specify the path to the database client executable in the connection settings. Go to 'Database' -> 'Driver Properties' -> 'External Tool'. There, you can explicitly define the path to the `psql`, `sqlcmd`, or other relevant executable. This is useful if the executable is not in your system's PATH or if you want to use a specific version.