I have a database on https://www.mongodb.com/cloud/atlas (a cloud-provided database). I wish to connect to this database from my Cloudfare worker.
I read on this StackOverflow that I cannot connect to mongo://
endpoints from a Cloudfare worker, but only HTTP endpoints.
Is there a workaround for this? Is connecting to mongodb databases planned in the roadmap?
Thanks.