postgres.primary
Managed Postgres
Dedicated clusters, TLS endpoints, daily backups, PITR.
from 500 VND/hr
Provision Postgres, MySQL, Mongo, storage, and runtime services from one control plane. Clear endpoints, predictable VND billing, and support that can read the stack trace.
const db = connect({
engine: "postgres",
region: "vn-sgn-1",
backups: "automated",
restore: "point-in-time",
});
await db.branch("preview").scale({
cpu: "auto",
storage: "s3-compatible",
});Engines
Every product is named for the workload it runs. No bundled mystery tiers, no hidden region translation.
Dedicated clusters, TLS endpoints, daily backups, PITR.
Production MySQL with automated maintenance windows.
Document workloads with snapshots and private networking.
S3-compatible buckets for app assets, backups, and logs.
Container-backed functions with fast deploys and logs.
Private image repositories wired into app deployments.
database:
engine: postgres
version: 17
backup_window: "02:00+07"
restore:
mode: pitr
retention_days: 7
network:
public_tls: true
private_link: readyPlatform behavior