Skip to main content
Hyze Cloud can provision PostgreSQL, MySQL, MongoDB, and Redis.

Goal

Understand when to create a database and how it connects to apps.

When to use

Create a database when your app needs persistent data, queues, cache, or document storage.

Example

How apps connect

After creation, Hyze Cloud returns a connection string. Store it as an app environment variable like DATABASE_URL.

Next steps

Provision a database

Create a database and connect it to an app.

Databases API

View database endpoints.
Last modified on June 27, 2026