Open
Description
Hello everyone, I have been working with Node JS. I have used sequelize-typescript to connect to the postgres sql database. Currently I am having issue connecting to the database. Issue is none of the sequelize funtions are working. I use the
addModels() to Create tables and sync() to sync the changes to db. After much testing I found the issue is that none of these functions are executing, hence none of the tables are getting created.