MySql on DO
Solved
Hi there,
Yep, absolutely!
You can create a managed MySQL cluster:
And then add that cluster to your app:
Then you would need to just update your environment variables to use the new cluster rather than the dev postgres database.
You could also do that via your App Spec file if you prefer, you could refer to the exact syntax here:
https://docs.digitalocean.com/products/app-platform/reference/app-spec/#yaml-file-structure
Hope that this helps!