sequelize-auto icon indicating copy to clipboard operation
sequelize-auto copied to clipboard

support for overriding entity name, suppressing extra metadata such as *Mixin, InitModel, ?, ! and others

Open kunlenzo247 opened this issue 2 years ago • 0 comments

Hi,

We are exploring using sequelize-auto to generate our model, by customizing the parameters fed into the auto generation process to produce Models closers to what we manually authored.

1- Are there ways to override the entity name ? 2 - Are there ways to suppress extra metadata such as *Mixing, InitModel, ?, ! 3 - Is there a way to upgrade the underlying sequelize used by the auto generator?

Thanks!

kunlenzo247 avatar Jul 17 '23 21:07 kunlenzo247