tommybananas / finale

Create flexible REST endpoints and controllers from Sequelize models in your Express app
188 stars 36 forks source link

Is sequelize sync mandatory for running finale? #55

Closed empeje closed 5 years ago

empeje commented 5 years ago

I tried finale on my existing project using sequelize 5 and express 4, but can't get my finale configuration working, but in a new fresh project I tried using your example and it works, I see that the different was in the sequelize.sync is that operations mandatory in order for finale-rest working?

tommybananas commented 5 years ago

No the sync function (see sequelize docs) has nothing to do with this project

On Thu, Sep 19, 2019 at 10:33 PM mpj notifications@github.com wrote:

I tried finale on my existing project using sequelize 5 and express 4, but can't get my finale configuration working, but in a new fresh project I tried using your example and it works, I see that the different was in the sequelize.sync is that operations mandatory in order for finale-rest working?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tommybananas/finale/issues/55?email_source=notifications&email_token=AAQQWE4XLILL7J4BDLXGLGLQKQ777A5CNFSM4IYSJUQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMSI54Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQQWE6EQADCVL6XT4JT3ZTQKQ777ANCNFSM4IYSJUQQ .

empeje commented 5 years ago

I've retried, and yeah it works without the sync. Please feel free to close this issue.