Which ORM should I use for Node.js and MySQL? [closed]

I’m rewriting a project to use Node.js. I’d like to keep using MySQL as the DB (even though I don’t mind rewriting the schema).
I’m looking for a simple-to-use, reasonable-performance ORM, which supports caching, many-to-one and many-to-many relations.
From the MySQL ORMs I could find, persistencejs and sequelize seem the most mature.
Do you have experience with either? What are the relevant pros and cons I should be aware of in my decision?

4 Answers
4

Leave a Comment