Will it be able at some point to connect to the managed database instance through DO functions?
That would make my life a lot easier to migrate to functions.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
Thanks for your question.
Yes, you can already to that. If you want a secure connection to the DB, you can add your function component to AppPlatform and add App as a trusted source to the DB.
For insecure connections, just providing the DB public URL/credentials should work.
Piyush