-
mongodb-transactions:支持 (!) .findAndModify 的 node.js 中 mongodb 事务概念的证明下载
资源介绍
mongodb 事务
tldr; 支持 (!) .findAndModify node.js 中 mongodb 事务概念的证明。
用法
$ git clone git@github.com:rusintez/mongodb-transactions.git mt
$ cd mt
$ npm install
$ node index.js
应用程序接口
var transaction = require ( './transaction' ) ;
var request = require ( 'superagent' ) ;
transaction ( db ) // <-- node-mongo-native db
. step ( function ( t , context , next ) {
// TODO: `t` should mimic as much n
- 上一篇: NiuTrans的实现报告
- 下一篇: Attention Is All You Need 中文翻译