Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdanielyin/ibird-mongoose-adapter
Mongoose adapter for metadata manipulation.
https://github.com/iamdanielyin/ibird-mongoose-adapter
adapter mongoose
Last synced: 5 days ago
JSON representation
Mongoose adapter for metadata manipulation.
- Host: GitHub
- URL: https://github.com/iamdanielyin/ibird-mongoose-adapter
- Owner: iamdanielyin
- License: apache-2.0
- Created: 2017-11-17T14:44:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T15:05:31.000Z (over 6 years ago)
- Last Synced: 2024-10-02T10:16:29.153Z (about 2 months ago)
- Topics: adapter, mongoose
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibird-mongoose-adapter
Mongoosee适配器,封装持久层的增删改查以供上层调用(可独立于`ibird`使用)
## 安装
```sh
npm install ibird-mongoose-adapter
```## 引用
```js
const adapter = require('ibird-mongoose-adapter');
const actions = adapter();```