sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.9k stars 527 forks source link

Support for sequelize newest model structure #659

Open crazidev opened 8 months ago

crazidev commented 8 months ago

Support for sequelize newest version of model structures following the sequelize-ui format and also fixed was applied on Caveat with Public Class Fields Error which was overriding the value inserted

ShootingStar91 commented 5 months ago

this doesn't create and export all the types that the current version does. It works to remove the bug but there's a lot of typescript errors in the created code