Skip to main content
PostgreSQL 14 is available as an on-demand service for your pods.

Install

Installation takes approximately 8–15 seconds.

Credentials

Connecting from Your Application

Python (psycopg2)

Python (SQLAlchemy)

Node.js

PHP (PDO)

Command Line Access

SSH into your pod and use psql:

Configuration

PostgreSQL runs with development-friendly defaults:
  • Listens on localhost:5432 only
  • Default encoding: UTF-8
  • Peer authentication for local socket, password for TCP