Datastores
Managed databases and brokers — pick a version, set a storage size, get a connection string. The platform handles backups, in-environment networking, and credentials.
| Datastore | What it is |
|---|---|
| PostgreSQL | Managed PostgreSQL — pick a version, set a storage size, get a connection string. Daily backups, in-environment networking, the platform handles the boring parts. |
| MySQL | Managed MySQL — pick a version, set a storage size, get a connection string. Daily backups, in-environment networking, the platform handles the boring parts. |
| Valkey | Managed Valkey — in-memory key-value store. Caches, sessions, rate limits, queues, pub/sub. Connection string drops straight into your service. |
| RabbitMQ | Managed RabbitMQ — durable message broker with exchanges, queues, and acks. Producers and consumers connect over AMQP, the platform handles HA, persistence, and credentials. |
Looking for persistent block storage? That's SphereStor under the Storage section — block volumes you mount into a service at a path, not a managed database.
Private preview
Customer-side provisioning of managed datastores is in private preview — reach out via the in-product feedback button if you'd like access.