Do you need a MongoDB package or is the mongoose package sufficient? #791
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi there, you won't need the |
Beta Was this translation helpful? Give feedback.
-
Hi there, we followed the instructions to connect MongoDB.
We appreciate every help. |
Beta Was this translation helpful? Give feedback.
-
Hi , we progressed a little bit, but we get a response of:
|
Beta Was this translation helpful? Give feedback.
-
With the help of Niklas we found the issue. We did not consider that the dummy data we initially created in Atlas GUI wasn't used at all by our |
Beta Was this translation helpful? Give feedback.
With the help of Niklas we found the issue. We did not consider that the dummy data we initially created in Atlas GUI wasn't used at all by our
Schema
used in VSC with mongoose. Instead, Mongoose uses the VSC definedSchema
and "pushes" it to Mongo DB as a new collection.