CommentMar 24, 2020
The major thing I think is the early adopters of Nodejs used it with document based Database and it grew as a stack together. I recently started using postgres with nodejs using node-postgres which I found to have a very good mongoose (ORM) equivalent in Sequelize . Nodejs will work with any sql based database just in the same way it relates with its document based database.