mongostate
mongostate copied to clipboard
Other ODM support
This module is awesome, but it has a high coupling with mongoose.
Here are some suggestions:
- Extract ODM abstract layer to let users write other ODM's adapter.
- Extract lock abstract layer to using different lock implementation like fs lock, redis lock, etc.
- Transaction could add a timeout for auto rollback after crash.
- async/await support
- ...
@zaaack All above suggestions will be considered! I'll work on it later after my works in company come to a end. :)
@miserylee Thanks!