Database

Unmodified PostgreSQL 18, hosted in ap-south-1. Use any Postgres client, ORM, or tool you already know.

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/sandbox_42

# Individual vars (if your framework prefers them)
PGHOST=db.nyas.io
PGPORT=5432
PGDATABASE=sandbox_42
PGUSER=u_9f2x
PGPASSWORD=pw
postgres://u_9f2x:pw@db.nyas.io:5432/sandbox_42?sslmode=require
psql postgres://u_9f2x:pw@db.nyas.io:5432/sandbox_42
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