Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Node, Oracle, Sequelize

user545194Sep 18 2024 — edited Sep 18 2024

Env. Oracle 21C, Node v20, node-oracledb 6.6.0, Sequelize 6.37

I am developing a REST API with the above mentioned technologies. All good, except for one topic.

Apparently Sequelize creates the table and column names in lowercase with double quotes. Is there a way to make Sequelize create to uppercase without double quotes?

This post has been answered by Hasan Jamil-Oracle on Sep 19 2024
Jump to Answer
Comments
Post Details
Added on Sep 18 2024
2 comments
80 views