Node-oracledb: ORM with nodeJS

Created on 6 Dec 2017  路  3Comments  路  Source: oracle/node-oracledb

Hi,

I want to know if is needed or recomended ORM for use the NODEJS application and OracleDB ..

Thanks and regards

question

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.

All 3 comments

@satodu That could be a personal preference or a design decision based on what's being built.

  • Are you comfortable with SQL? If so, you might want to use the driver.
  • Are you building an app you want to run on multiple databases? If so, ORMs could have some merit.

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

Was this page helpful?
0 / 5 - 0 ratings