-
Allow using mongoose
- [ ] Create a method called `useMongoose()` to create a mongoose instance
- [ ] Write interfaces
- [ ] Write documentation
- [ ] Add instances to `WertikApp` object.
-
Hi there tnx for all tutorials but i need help. Lets say you have user with name email and password. you want to set a mutation for updating the user. maybe only update the name and don't change other…
-
On trying to run the project, I got the following error:
Error: Cannot find module 'mongodb/node_modules/bson'
This issue is also referenced here: https://github.com/Automattic/mongoose/issues/271…
-
mongoose supports promises and so it doesn't works because I don't pass a callback into exec.
-
Would it be possible to add support for a simple mongoose/mongodb setup?
-
# Mongose Save
Se tiene que completar todo el formulario`jade` de save de usuario y posteriormente mostrar los datos de mongodb
-
(node:3588) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html
How could t…
ghost updated
7 years ago
-
We need to handle any type of database error and send a response to the client.
Current Behavior: System returns 503 in case of an error.
Expected Behavior: Return 500 or 400 status code.
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8.7.1
### Node.js versi…
sasp1 updated
1 month ago
-
Would love to see a branch of this starter set up with Mongoose! I followed Vercel's example to cache the mongoose database connection similar to how you did, but I can't get the Mongoose database con…