https://github.com/eggjs/egg-ots
https://github.com/eggjs/egg-ots
egg egg-plugin mongodb-orm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggjs/egg-ots
- Owner: eggjs
- License: mit
- Created: 2016-08-29T08:58:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T08:46:50.000Z (over 8 years ago)
- Last Synced: 2025-10-07T18:40:46.251Z (6 months ago)
- Topics: egg, egg-plugin, mongodb-orm
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-ots
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/egg-ots.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-ots
[travis-image]: https://img.shields.io/travis/eggjs/egg-ots.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-ots
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-ots.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/egg-ots?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-ots.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-ots
[snyk-image]: https://snyk.io/test/npm/egg-ots/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-ots
[download-image]: https://img.shields.io/npm/dm/egg-ots.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-ots
## Install
```bash
$ npm i egg-ots
```
## Usage
## Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).
## License
[MIT](LICENSE)