+ 5
{ status : "solved" } (Node.js)mongoose or mongodb?
Which module should I use? 🤔
6 Antworten
+ 6
For local machine desktop app, better use sqlite
+ 3
Always use mongoose in Nodejs to access mongdb, unless you want to make your life difficult, use mongodb directly..😅
+ 2
Tanay Bhatt
Thanks for your answer.
I am following the mongodb with Node.js tutorial on W3schools and i keep getting the
Deprecated Warning : current URL string parser is deprecated.
So if I use mongoose, there won't be this problem?
+ 2
Oh
Can you elaborate a bit more about why mongoose is better?
+ 2
Sounds cool. Let me dive into the turorials of mongoose later. Thanks, Tanay.
+ 2
Calviղ 🤣
If i create windows desktop app with Electron, do I need to install mongodb server at the client's computer?