PostgreSQL

PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.

Note: PostgreSQL is a Premium database in Database Browser.

Connect with PostgreSQL from Database Browser

To connect PostgreSQL databases following elements are required.

  • Host

  • Port

  • Database

  • User

  • Password

  • Ssl

In add-on you have to follow below steps,

  • First, name your Connection.

  • Then , give required elements to establish connection.

  • SSL is optional

If SSL required you need to set it as JSON file else you can leave it

eg: { "rejectUnauthorized" : false}

  • then click on test now to check status of your connection.

  • If the connection is successful just save connection to query.