Goal
Create a database and connect it to an app.When to use
Use this when your app needs persistent storage, cache, queues, or document data.Create a database
1
Pick an engine
Choose
postgresql, mysql, mongodb, or redis.2
Create the instance
3
Store the connection string
Copy the returned
connectionString and save it as an app environment variable.Treat connection strings as secrets. Do not commit them to source control or paste them into logs.
Add the connection string to an app
How it works
Hyze Cloud provisions the database, returns a connection string, and lets you pass that value to your app through environment variables.Operate the database
Related endpoints
Databases reference
Create, inspect, operate, back up, and restore databases.
App environment
Store runtime secrets for your app.

