sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.88k stars 521 forks source link

Documentation for additional option ? #655

Open kaliseo opened 9 months ago

kaliseo commented 9 months ago

I would like to be able to add relations without modifying init-models file.

It seems it's possible to do that using additional option & json file, but i'm unable to find syntax used in json file.

Can you confirm it's possible and provide samples ?

Thanks a lot !