sequelize-automate
sequelize-automate copied to clipboard
Automatically generate bare sequelize models from your database.
I used the `sequelize-automate` library to generate models for `MySQL/MariaDB` database which is currently used by one of our projects. My aim was to get models from MySQL instance and...
i install sequelize-automate norrmally and still i have this problem
Hi, can I get support for this package here? =] I'm trying to generate the sequelize models for my mssql databases, but in some point the script gives me an...
Version I'm using: $ sequelize-automate --version 1.2.0 I've tried to use this configuration module.exports = { dbOptions: { database: "mydb", username: "user", password: "mypassword", dialect: "postgres", host: "myhost", port: "5432",...
Hello! First, I would like to apologize for my poor English, as well as congratulate you on your wonderful work on this package. The problem - and see that it...
sequelize-automate doesn't capture full expression for my UpdatedAt field.  
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...
When a password is not specified using the `-p` flag, it is still passed to sequelize as if there was a password specified. I fixed this by removing the default...