I come from a Java world where we have JPA && JPAQL to handle the object->relational mapping. Is there something similar in node? I'm not talking about a driver to issue SQL statements, but a true object layer library.
I found the orm package, but I want to make sure there isn't one that's essential become the standard-bearer (unless orm is it).