0.0.2 • Published 4 years ago
@sfajs/cloudbase-dbhelper v0.0.2
@sfajs/cloudbase-dbhelper
sfa 中间件,cloudbase 数据库帮助类
用法
注册中间件
import "@sfajs/cloudbase-dbhelper";
startup.useCloudbaseDbhelper();
使用
const dbhelper = this.ctx.bag<Dbhelper>("CB_DBHELPER");
sfa 中间件,cloudbase 数据库帮助类
import "@sfajs/cloudbase-dbhelper";
startup.useCloudbaseDbhelper();
const dbhelper = this.ctx.bag<Dbhelper>("CB_DBHELPER");