PostgreSQL

PostgreSQL is a powerful open-source relational database management system (RDBMS), renowned for stability, scalability, and robustness. It is an ideal choice for applications that require data consistency and reliability.

Prerequisites

  • Get PostgreSQL database connection parameters from the database owner.

Connect to PostgreSQL data source

Create a new data source in two ways. Note that this permission is restricted to workspace admins and developers.

Select Database > PostgreSQL as the data source type.

Set its name and service account.

(Optional) Click Test connection to check whether the new data source is successfully connected.

Click Save, and it will be saved to your data source library.

Last updated