-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Feature]: <Add more validations for mongoose> #8
Comments
@Bhanu-code Hi i would like to work on this issue under GSSoC'24. |
Hey! I like to work on this issue. |
@Shineri welcome to the project! @Chelseasingla1 any update regarding the issue? |
Hi i am facing some issues will try to update by tomorrow. |
@Bhanu-code I am MERN Stack developer, kindly assign me with this issue, so that I can provide my insights. |
Thank you @Bhanu-code I will try to provide my solution as soon as possible by Tuesday |
@Bhanu-code I am sorry, due to unforeseen circumstances, I am not able to contribute to the issue. Could you please unassign me so that someone else can take over? |
Description
Currently the project has validations for primary key, unique, allowNull etc constrainsts. add more validations for like cascading etc for mongoose.
Suggested Solution
Checkout mongoose model instance methods documentation. you can also console.log the model instance in mongoose to see the methods. I suggest to uncomment the console.log statements in mongo.js and try understanding the logs.
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: