Sunday 23 August 2020

Best ORM for node

What ORM do you use? And why? I've used sequelize and mongoose. Although they did not gave me the same experience as entity framework with .NET. I've got the feeling that node doesn't have the ORM that I'm looking for. I would like to use normal ES6 classes, so that my domain is separated from the ORM that I use. I've seen that typeORM supports something like that, and then you use annotations above your properties. I have no experience with typeORM but I've read that it can be buggy. Do you know an ORM that fits the structure I would like to have?

Submitted August 23, 2020 at 10:15PM by UnlimitedSky23

No comments:

Post a Comment