H
Hono10mo ago
Faris

Connect Hono Cloudflare with MongoDB

Hi. I am using Hono and deploying to Cloudflare. However I am unable to find a way to connect mongodb database using mongoose
4 Replies
Hurby
Hurby10mo ago
@Faris Unfortunately, you can’t use Mongoose or any other MongoDb adapter with cloudflare workers.
Nico
Nico10mo ago
Yes you can use realm-web from mongo, as well as the data api. Or you can even use prisma. They all will work on cf workers. However mongoose is not supported

Did you find this page helpful?