After clicking on the “CREATE” button, configure the connection information on the screen that opens:
Server: Specify the address (for example, localhost or an IP address) of the server where your database is hosted.
Database: Enter the name of the PostgreSQL database you want to connect to.
Authorization: Enter the user information required for the authentication method:
User ID: Enter the username you are using to connect to the database.
Password: Enter the user's password.
Parameters: You can specify additional parameters for the PostgreSQL connection:
Key: Type the name of the connection parameter you want to add (for example, ssl or application_name).
Value: Enter the value corresponding to the parameter (for example, true or a custom name).
Connection Timeout: A parameter in the PostgreSQL connection that indicates that the operation will time out if the connection cannot be established within the time you specify.
After setting the connection settings, click on the "Test ” button in the upper right corner to check if the connection is working correctly.
Then you can configure your connection settings by clicking on the "CREATE ” button.