I'd like to use mongoose driver API in my web application but I'd like also have an embedded database for my app. I don't want install mongodb in the server. Is there any embedded database for node.js that allows to use mongoose driver and use MongoDB API?
I found NeDB but it doesn't seem to allow using mongoose.
Thanks