It is totally dependent on your requirement but to cut the long discussion short.
Mongoose is an Object modeling tool to design your MongoDB's collection schema within your application and it is built on top of the Native MongoDB driver to allow us to access the database.
Edit: Native MongoDB driver is faster.
Happy Coding!!