You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
## @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
|
|
|
|
|
const AdminJS = require('adminjs')
|
|
|
|
|
const AdminJSMongoose = require('@adminjs/mongoose')
|
|
|
|
|
|
|
|
|
|
AdminJS.registerAdapter(AdminJSMongoose)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
More options can be found on [AdminJS](https://github.com/SoftwareBrothers/adminjs) official website.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
AdminJS is Copyright © 2021 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE) file.
|
|
|
|
|
|
|
|
|
|
## About SoftwareBrothers.co
|
|
|
|
|
|
|
|
|
|
<img src="https://softwarebrothers.co/assets/images/software-brothers-logo-full.svg" width=240>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We’re an open, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.
|
|
|
|
|
|
|
|
|
|
* We are available for [hire](https://softwarebrothers.co/contact).
|
|
|
|
|
* If you want to work for us - checkout the [career page](https://softwarebrothers.co/career).
|