Skip to main content
Databases require persistent storage and prioritized memory for query performance.

Storage configuration

Instance sizing

Choose an instance size that matches your dataset and concurrency needs.
revolte.yaml

Database Connection Injection

Provisioning a database service (e.g., named db under your YML services configuration) automatically injects the corresponding connection credentials into the environment variables of all other services within the same environment. This requires no manual secret configuration. The following environment variables are automatically injected at runtime:
(Note: If your database service name is different from db, replace db with your exact service name in the references above.)

Next steps