Search code examples
node.jsmongoosemongoose-pluginsnosql

Other nosql database than mongodb with mongoose?


I would like to use another platform than mongodb with mongoose.

I used mongoose in my school project, and my school ask me to have a multiple database project.

Any idea ? I don't want to duplicate my code..

Thanks


Solution

  • Mongoose is MongoDB-specific as the website says:

    elegant mongodb object modeling for node.js

    so it's not possible to use it with another NoSQL tool.