sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.9k stars 527 forks source link

Add option for a custom write function. #656

Closed ghost closed 11 months ago

ghost commented 11 months ago
ghost commented 11 months ago

OK I should have realized that you can just do a custom writer by calling build and relate on your SequelizeAuto instance instead of calling run.