jedireza / mongo-models

:package: Map JavaScript classes to MongoDB collections
MIT License
67 stars 28 forks source link

Promise support #20

Closed juvasquezg closed 7 years ago

juvasquezg commented 7 years ago

Hi,

I have seen frame and aqua (your projects), mongo-models supports "Promise" to use async-await syntax sugar?

Thank you!!

jedireza commented 7 years ago

This was brought up before we split this library apart from hapi-mongo-models. You can see that discussion here: https://github.com/jedireza/hapi-mongo-models/issues/6

jedireza commented 7 years ago

:mega: Async/await support is on the menu now. Tracked via: https://github.com/jedireza/mongo-models/issues/24 and help is very much appreciated.