sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.88k stars 521 forks source link

Feature new UPPER/lower cases #621

Open maatMa opened 1 year ago

maatMa commented 1 year ago

I needed just the basic Upper-/Lowercase options without the additional SnakeCase. The Options are called "bu" (Basic UpperCase) and "bl" (Basic LowerCase). I wrote tests and changed the documentation.