Our current stack uses Angular.js at the front-end, and Web APIs written in C# at the back-end.
We are investigating the possibility of using Node.js at the back-end for some future developments. One question that comes up is object-relational mapping. We currently Entity Framework 6 with .NET stack, and it works really well. What would be the equivalent in the Node.js world? How robust is it?
For SQL databases, there is:
All three have different features and way to deal with your models. It tends to be a matter of taste (taking in consideration the maturity of the project)