Problem Description
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](https://github.com/coresmart/persistencejs) and [sequelize](http://sequelizejs.com) 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?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?