DEV Community

Discussion on: Mongodb-native over mongoose?

Collapse
 
tojacob profile image
Jacob Samuel G.

It's true, it depends on the application.

Personally I have decided not to use mongoose in projects where 80% of its extra features will not be used (schema, virtuals, pupulate, hooks, etc.).

And although it is not "so" important, the native driver is faster! The only thing is that we must manually configure the connection pool, although it is not difficult.