← All extensions
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
nodeisn't on your PATH, set its location in the extension's settings.
Getting started
- Install this extension together with the Database extension.
- In the Database panel, click + and choose PostgreSQL.
- Enter your host, port, database, and credentials, then connect.