PostgreSQL Configure Settings via Connection String

  1. Activate the Use Connection String option.
  2. Enter the Connection String for the PostgreSQL database.
    • Example format:
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
  1. Check if the connection works with the Test button.

      4. If the connection is successful, click the CREATE button to complete the process.