@flybirds/typeorm
v0.0.2
Published
typeorm for flybirds
Downloads
4
Readme
egg-typeorm-plugin
Install
$ npm i egg-typeorm-plugin --save
Usage
// {app_root}/config/plugin.js
exports.typeormPlugin = {
enable: true,
package: 'egg-typeorm-plugin',
};
Configuration
// {app_root}/config/config.default.js
exports.typeormPlugin = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.