Question

New functions features: Access to the managed database?

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.


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Piyush Srivastava
DigitalOcean Employee
DigitalOcean Employee badge
May 24, 2022

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