@encharm/mongoose
v9.0.2
Published
Fork of @nestjs/mongoose, but without Nest
Downloads
51
Readme
Description
A fork of @nestjs/mongoose
to build Mongoose schemas with decorators, but without using Nest.
This fork does not contain any Nest dependency and it only supports the subset of defining schemas.
Installation
$ npm i --save @encharm/mongoose mongoose
Quick Start
You can use the original tutorial for guidelines. All imports of @nestjs/mongoose
can be replaced with @encharm/mongoose
.
Credits
Original author of @nestjs/mongoose
:
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Please support Kamil and Nest. Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
License
This fork as well as Nest are MIT licensed.