Node.js Oracle ORM

I'm pretty new to Node.js, I have to do an application that has to use an Oracle database.
I found this ORM to connect to an Oracle database https://github.com/nearinfinity/node-persist but the documentation is very poor for Oracle.
Does someone know if there is a better solution or have some example to manage the module with Oracle?

Thanks

I think you will find for nodejs the ORM's that are best supported are for open source databases such as mongodb (mongoose) and mysql (sequelize and bookshelf(haven't used that))

Mongoose and MongoDB is what I use with nodejs and that's my recommendation.

I do work alot with Oracle and companies that use Oracle tend to use ADF (Java), APEX (PL/SQL) plus other Oracle specific tools (Report Writer, Oracle Forms)