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

Automatically generate bare sequelize models from your database.

Results 38 sequelize-automate issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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",...

bug

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...

bug

sequelize-automate doesn't capture full expression for my UpdatedAt field. ![image](https://user-images.githubusercontent.com/3200174/79819257-369aef80-834f-11ea-843a-fc800cc378b5.png) ![image](https://user-images.githubusercontent.com/3200174/79819274-40245780-834f-11ea-9895-b4467d1c81b2.png)

bug

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...