Node-queue这个npm貌似不错哦
发布于 3个月前 作者 i5ting 269 次浏览 来自 分享

Node-queue is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.

https://github.com/adrai/node-queue

Currently these databases are supported:

  • inmemory
  • mongodb (node-mongodb-native)
  • couchdb (cradle)
  • tingodb (tingodb)
  • redis (redis)

看起来挺不错的样子

1 回复

still need time to prove it is a good one. for database, we need to be conservative. Try not to use these new npms

回到顶部