Sequelize is awesome, but I have an enhancement idea. Bind parameters. I am using mostly sequelize for my database queries, but I had a big nasty query that was taking too long. So I changed the code to use node-sqlite3 instead and use bind variables. Now the query is much faster. Could you implement bind variables in sequelize?
Sequelize is awesome, but I have an enhancement idea. Bind parameters. I am using mostly sequelize for my database queries, but I had a big nasty query that was taking too long. So I changed the code to use node-sqlite3 instead and use bind variables. Now the query is much faster. Could you implement bind variables in sequelize?