Install
- CLI
- Dashboard
Credentials
| Field | Value |
|---|---|
| Host | localhost |
| Port | 5432 |
| Username | instapod |
| Password | (auto-generated) |
| Database | instapod |
Connecting from Your Application
Python (psycopg2)
Python (SQLAlchemy)
Node.js
PHP (PDO)
Command Line Access
SSH into your pod and usepsql:
Configuration
PostgreSQL runs with development-friendly defaults:- Listens on
localhost:5432only - Default encoding: UTF-8
- Peer authentication for local socket, password for TCP