Which Database Should I use for my Website Project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

8th Feb 2021, 2:16 PM
Qadeem Arif
Qadeem Arif - avatar
3 Answers
+ 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.
9th Feb 2021, 1:06 AM
Utkarsh
Utkarsh - avatar
+ 3
Here is a comparison between MongoDB and MySQL database... https://www.sololearn.com/post/926851/?ref=app
9th Feb 2021, 1:11 AM
Utkarsh
Utkarsh - avatar
+ 2
Thank You Pikachu
9th Feb 2021, 7:57 AM
Qadeem Arif
Qadeem Arif - avatar