An elegant MongoDB ORM for the Supercharge Framework
npm install @supercharge/mongodb
An elegant MongoDB ORM for Supercharge
Installation ·
Docs ·
Usage
Follow @marcuspoehls and @superchargejs for updates!
@supercharge/mongodb package provides an elegant MongoDB ORM for the Supercharge Node.js framework.
npm i @supercharge/mongodb
`
Docs
- 📖 Documentation
Compatibility
| Major Release | Supercharge version | MongoDB version | Node.js version |
| ---- | ----- | ------ | ------ |
| v1 | 2.x | 5.x | >=14 |
Contributing
Do you miss a function? We very much appreciate your contribution! Please send in a pull request 😊
1. Create a fork
2. Create your feature branch: git checkout -b my-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature`