DEV Community

somen das
somen das

Posted on

single API multiple databases

have you ever wanted to connect with multiple databases and make them work as a single database.
I needed one so i created mongoplusplus. its main job is to connect to multiple mongodb databases and give us single api function to manage all of them.

checkout mongoplusplus at npm.

https://www.npmjs.com/package/mongoplusplus?activeTab=readme

Top comments (0)