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 likeDATABASE_URL.
Next steps
Provision a database
Create a database and connect it to an app.
Databases API
View database endpoints.

