A Node.js MongoDB ORM most like meteor's?

Does anyone know the ORM most similar to the meteor interface? I’m curious in alternatives to mongoose.

I see the native driver. I wonder if this has over taken mongoose in recent years (now that mongo is so big)?

http://mongodb.github.io/node-mongodb-native/3.2/quick-start/quick-start/

Something with a nice promise interface would be good, which should be similar to the syntax with fibers.