@eggjs/tegg-orm-plugin
v3.72.0
Published
orm decorator for egg
Downloads
1,934
Readme
@eggjs/tegg-orm-plugin
使用注解的方式来开发 egg 中的 orm
Install
npm i --save @eggjs/tegg-orm-pluginConfig
// config/plugin.js
exports.teggOrm = {
package: '@eggjs/tegg-orm-plugin',
enable: true,
};