H
Hono4mo 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
Hurby4mo ago
@Faris Unfortunately, you can’t use Mongoose or any other MongoDb adapter with cloudflare workers.
Nico
Nico4mo 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