+ 6
Which Database Should I use for my Website Project?
Hello SoloLearn Community. Just wanted to ask about which Database Option should I go with? SQL or MongoDB? I am currently working on my Marketing Website on which I am using NodeJs in the Backend. The purpose of the Website is Automate the day to day Marketing Tasks. It will provide E-mail Marketing, Social Media Marketing to the user. Which Database Option is the best for this Purpose? Thanks.
3 Antworten
+ 4
I will prefer MongoDB if you are using NodeJs as your back-end language because it employs the format of key-value pairs, here called document store. Document stores in MongoDB are created is stored in BSON files which are, in fact, a little-modified version of JSON files and hence all JS are supported.
+ 3
Here is a comparison between MongoDB and MySQL database...
https://www.sololearn.com/post/926851/?ref=app
+ 2
Thank You Pikachu