Hi,
I want to know if is needed or recomended ORM for use the NODEJS application and OracleDB ..
Thanks and regards
@satodu That could be a personal preference or a design decision based on what's being built.
Personally, I've never been one to use ORMs. I'm comfortable with SQL and I enjoy the power and flexibility of working at the lower level.
Hello,
Actually I am using Express to build a microservice. Worked well using Knex.js ( http://knexjs.org/ ), and we built our own models.
Thanks and regards,
For me can close the question. Please tell me if need some information.
@satodu have a look at offshore with offshore-sql
Most helpful comment
Hello,
Actually I am using Express to build a microservice. Worked well using Knex.js ( http://knexjs.org/ ), and we built our own models.
Thanks and regards,
For me can close the question. Please tell me if need some information.