sql.get('SELECT * FROM questions WHERE question LIKE ?',[message]).then(res=>{ console.log(sql.constructor.name,...arguments); });