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.
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
curl -LsSf
https://app.nyas.io/install.sh |
sh
nyas sql project_id
pgvector, timescaledb,
postgis