nodejh / sequelize-automate

Automatically generate bare sequelize models from your database.
MIT License
116 stars 22 forks source link

fixed invalid password handling, improved logging #14

Open KrugJu opened 4 years ago

KrugJu commented 4 years ago

Fixed #13 Fixed invalid passing of missing password to sequelize by removing default password in bin\sequelize-automate. Changed the README.md to reflect these changes. The '*' redacting the password output to the console now have the correct length and are not displayed when a password is not specified