: Test your connection using isql (a command-line tool):
: For macOS, you might need to use a tool like odbcinst to configure your ODBC settings. download odbc driver for postgresql
[MyPostgresDB] Driver = PostgreSQL Description = My PostgreSQL database Server = localhost Port = 5432 Database = mydb UserName = myuser Password = mypass : Test your connection using isql (a command-line