Auto-generate models for Sequelize using sequelize-auto
Writing database queries without the model like below SELECT * FROM your_table_name WHERE column_name = 'some_value'; has many issues like adding proper data type validation etc. to get data from the same database table with different conditions, yo...

