Wednesday, 19 April 2017

What is used in Nodejs - Sequelize for removing spaces when insert in DB using

I've used Trim() method to remove spaces from data before insert in DB. I'm using Nodejs and Sequelize. But is there something that is used to do that and for example if I have array, to pass this array, not to loop through all elements to strip spaces? Thanks.



via mistery_girl

No comments:

Post a Comment