锦鲤水线 软管的中间件 npm install koa-waterline 用法 //see example.js function * ( ) { let ctx = this ; let message = 'This is an example' ; let commentCreated = yield ctx . _waterline . collections . comments . create ( { message : message } ) ; // You can yield to the CRUD