← All extensions
Database PostgreSQL banner

Database PostgreSQL

ivyx

Adds PostgreSQL to the Database extension so you can connect, browse schema, and run SQL

Database PostgreSQL

PostgreSQL support for the Database extension. Install it alongside Database to connect to your PostgreSQL servers, browse their schema, and run SQL.

What you can do

  • Connect to your PostgreSQL servers with host, port, database, and credentials
  • Browse a server's schemas, tables, and columns from the Database panel
  • Run SQL against any connection and read the results

Requirements

  • The Database extension, installed and enabled.
  • Desktop app (Electron) — PostgreSQL connections aren't available in the browser host.
  • Node.js 18+ on your PATH — used to run the PostgreSQL driver. If node isn't on your PATH, set its location in the extension's settings.

Getting started

  1. Install this extension together with the Database extension.
  2. In the Database panel, click + and choose PostgreSQL.
  3. Enter your host, port, database, and credentials, then connect.