Auto-generate models for Sequelize using sequelize-auto
May 28, 2023 · 4 min read · 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...
Join discussion