sequelize-auto
sequelize-auto copied to clipboard
support for overriding entity name, suppressing extra metadata such as *Mixin, InitModel, ?, ! and others
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!