Sir, is there any extension that autocompletes sequelize statements in VSCode
Sequelize autocomplete
What is the purpose of done callback function?
if there is some work you want to do after some computations then you use done callback, first you do those computations and then done callback is called to complete the work after that