egg-typeorm

2.0.0 • Public • Published

egg-typeorm

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-typeorm --save

Usage

// {app_root}/config/plugin.js
exports.typeorm = {
  enable: true,
  package: 'egg-typeorm',
};

Configuration

// {app_root}/config/config.default.js
exports.typeorm = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-typeorm

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

9.91 kB

Total Files

17

Last publish

Collaborators

  • ascoders
  • huxiaoyunhust