I\'m using knex to generate my SQL queries. In knex documentation, it shows this
knex
knex(\'users\').where(\'columnName\', \'like\', \'
Hey have you tried this
knex('Quotes').where('quoteBody', 'like', **'%'+Quote+'%'**)
just the regular javascript escaping works just fine.