Skip to main content
Hyze Cloud provisions and operates managed databases inside your workspace. You create the instance through the API or dashboard, receive a connection string, and inject it into your app as an environment variable.

Available engines

How apps connect

On creation, Hyze returns a connectionString. 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 uses memoryMB: 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.
Last modified on September 1, 2026