Available engines
How apps connect
On creation, Hyze returns aconnectionString. Store it as an app environment variable:
Treat the connection string as a secret. It grants full data access. Never commit it, never paste it into logs, and rotate the password if it leaks —
POST /api/databases/:id/rotate-password.Operations
Hyze handles the lifecycle: start, stop, stats, logs, backups, and restore. All available through the databases API. By default, creation usesmemoryMB: 512 and storageGB: 5 (minimums of 256 MB and 1 GB).
Next steps
Provision a database
Create a database and connect it to an app step by step.
Back up a database
Protect data before risky changes.

