Skip to main content

PostgreSQL Database Connector

PostgreSQL is relational databases offering robust data storage, management, and querying features tailored for different scales and use cases.

Getting started with PostgreSQL

Setting up the PostgreSQL connector in Unstract

Head over to the Unstract console, From the side navigation, select Workflows 🞂 + New Workflow 🞂 Create Workflow 🞂 Select Connector Type 🞂 File System 🞂 Settings icon.

  • For Name of the connector, enter a name for this connector
  • For Postgres URL, select the type of credential
  • For Connection URL, enter the connection URL in this postgresql://username:password@localhost:5432/mydatabase format
  • For Postgres Params, select the type of credential
  • For Host, enter the Host
  • For Port, enter the Port
  • For Database, enter the Database name
  • For Schema, enter the Default schema
  • For User, enter the username
  • For Password, enter the password

img PostgreSQL Database Connection URL

img PostgreSQL Database Connector