Hang Jiang
Hang Jiang
Have the same error on macOS.
Have the same error on macOS.
Thanks for you feedback. Ot is a bug about generating codes, I'll fix it.
Hi @Guergeiro , so sorry I haven't reply your issue. Do you have the problems now? I think there are something wrong with sequelize types, maybe you could add `@ts-nocheck`...
Hi @hotaru355 , thanks for your feedback, they are very valuable. - sequelize 6 is not supported. Yes. - `associations` is a bit diffcult, so it's not support now. -...
Hi @DoughNutz , Could you please give me some examples of your schemas?
Thanks all, I will fix these issues this month.
1. 可以用 `--match, -m` ,值是一个正则表达式 2. 也可以在配置文件中,使用 tables/skipTables/match 来设置
确实没有,我周末解决一下。试试用配置文件的方式? ```js // sequelize-automate.config.js module.exports = { dbOptions: { database: "test", username: "root", password: "root", dialect: "mysql", host: "localhost", port: 3306, logging: false }, options: { type: "js", dir: "models",...
Yes, I have plans to support nestjs.