1. 首页
  2. 数据库
  3. 其它
  4. koa waterline:已弃用:软管的中间件 源码

koa waterline:已弃用:软管的中间件 源码

上传者: 2021-02-17 02:25:24上传 ZIP文件 11.3KB 热度 8次
锦鲤水线 软管的中间件 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
用户评论