nhuanhoangduc / cu8-sequelize-oracle

MIT License
26 stars 24 forks source link

Cu8-sequelize-oracle

New Feature - CLOB auto loading

Hey! I'm Nhua Nhua, who came from Mars. Wish you have a nice day and feel comfortable with fucking Oracle DB and NodeJs.

Note:

  • Fix old functions and add more features to sequelize-oracle
  • Forked repository: Sequelize-oracle

Change logs

DataType: only this dataTypes are managed:

STRING (=VARCHAR2)
CHAR
DECIMAL (=NUMBER)
BIGINT (=NUMBER(19,0))
INTEGER
FLOAT
DOUBLE
UUID (=CHAR 36)
DATE (=TIMESTAMP WITH LOCAL TIME ZONE)
DATEONLY (=DATETIME)
BOOLEAN (=NUMBER(1))
TEXT (=CLOB)