How can I specify the path to the database client executable (e.g., psql or sqlcmd) within DBeaver?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I specify the path to the database client executable (e.g., psql or sqlcmd) within DBeaver?
Asked by:
99 Viewed 99 Answers

Answer (99)

Best Answer
(360)
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.