Postgres Database Credentials
Use PostgreSQL Database Credentials to establish a secure and authenticated connection between HCL UnO Agentic AI Builder and a PostgreSQL database.
Before you begin
- You must have a valid user account on the target PostgreSQL server.
-
Ensure that all mandatory fields (marked with *) are completed accurately to enable secure and reliable integration with your PostgreSQL database.
| Option | Description |
|---|---|
| Credential Name |
A unique identifier for this PostgreSQL credential. This name will be used within the Agentic AI Builder to reference the credential during configuration. |
| Username |
The PostgreSQL username used for database authentication. |
| Password |
The password associated with the specified username. |
| Host | The hostname or IP address of the PostgreSQL server. |
| Port | The port on which the PostgreSQL server is listening (default: 5432). |
| Database | The name of the database you intend to connect to within the PostgreSQL server. |
| Options | Description |
|---|---|
| SSL |
Defines the SSL (Secure Sockets Layer) mode for the connection to ensure secure data transmission. Available options include: disable, allow, and require. |
| Pool Size |
Specifies the maximum number of concurrent connections allowed in the connection pool for this credential. Connection pooling improves performance by reusing existing database connections. |