Database

Unmodified PostgreSQL 18, hosted in ap-south-1. Use any Postgres client, ORM, or tool you already know. One of the managed services on the Nyas developer cloud.

Connection details

Your credentials are generated the moment your database is provisioned. Paste them into your .env or use the individual vars if your framework prefers them.

DATABASE_URL=postgres://u_9f2x:pw@db.nyas.io:5432/acme_prod

# Individual vars (if your framework prefers them)
PGHOST=db.nyas.io
PGPORT=5432
PGDATABASE=acme_prod
PGUSER=u_9f2x
PGPASSWORD=pw
postgres://u_9f2x:pw@db.nyas.io:5432/acme_prod?sslmode=require
psql postgres://u_9f2x:pw@db.nyas.io:5432/acme_prod
Install Nyas CLI curl -LsSf https://app.nyas.io/install.sh | sh
Open SQL for this project nyas sql project_id

What's included

  • PostgreSQL 18 — unmodified, no surprises
  • SSL on all connections
  • Connection pooling via proxy server
  • 11 pre-installed extensions including pgvector, timescaledb, postgis
  • Automated daily backups