I want to create a node.js and MySQL based application. Google and Stack Overflow give many options for Javascript ORMs:
However, I could not find an perfect ORM that supports subqueries, joins, transitions, stored procedures, is compatible with MySQL cluster, and has good documentation and community support.
Are there other options? What considerations should I take into account in making a decision?