Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggesting feature like add, update and delete db user #6047

Open
denniscual opened this issue Jan 26, 2018 · 2 comments
Open

Suggesting feature like add, update and delete db user #6047

denniscual opened this issue Jan 26, 2018 · 2 comments
Labels
new feature This change adds new functionality, like a new method or class

Comments

@denniscual
Copy link

Do you want to request a feature or report a bug?
Suggest feature - Mongoose is a great library for handling communication between node.js and mongodb. And I really like to use instead of learning the Mongodb driver API. But recently, I have node.js project where the requirements is to create new database on the fly and also need to add db user on the new database. Mongoose does not have api for creating db user on a specific database. The suggested solution is to use the MongoDB driver API. Users that also have same requirement on mine need to learn the MongoDB driver api to be able provide a solution. Why mongoose does not include a feature for adding db user, update and delete user? If mongoose will have this kind of features, developers does not need to learn the native api and will stick to embrace the greatness of mongoose. Thoughts?

@vkarpov15
Copy link
Collaborator

I like this idea, we definitely need to beef up our support for multiple dbs. We'll add this for a future release, but please be patient because we're behind on bug reports for 5.0.0 👍

@vkarpov15 vkarpov15 added this to the 5.1 milestone Jan 30, 2018
@vkarpov15 vkarpov15 added the new feature This change adds new functionality, like a new method or class label Jan 30, 2018
@denniscual
Copy link
Author

denniscual commented Feb 7, 2018

Thats great and this feature will definitely help developers. Cool. 👍

@vkarpov15 vkarpov15 modified the milestones: 5.1, 5.x Unprioritized Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature This change adds new functionality, like a new method or class
Projects
None yet
Development

No branches or pull requests

2 participants