I'm building a forum and my backend will be on Node. What is the best database for it? I mean, it makes sense for me making a SQL database, but is there any reason I could want to use something like Mongo instead?
The site would have users, who can create new topics, and comment/vote on existing ones, there would be different categories, for the topics, and I will implement a trending search, for topics that received lots of upvotes lately
References:
https://www.quora.com/Which-is-the-best-database-for-websites
unlock Exemples.
Any help will be appreciated.
Thank you. |
|