This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## @adminjs/mongoose
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) adapter which integrates [mongoose ORM](https://mongoosejs.com/) into AdminJS.
## OpenSource SoftwareBrothers community
- [Join the community](https://join.slack.com/t/adminbro/shared_invite/zt-czfb79t1-0U7pn_KCqd5Ts~lbJK0_RA) to get help and be inspired.
## Usage
The plugin can be registered using standard `AdminJS.registerAdapter` method.
```javascript
constAdminJS=require('adminjs')
constAdminJSMongoose=require('@adminjs/mongoose')
AdminJS.registerAdapter(AdminJSMongoose)
```
More options can be found on [AdminJS](https://github.com/SoftwareBrothers/adminjs) official website.