How to use this utility to "node-mysql-utilities" to query "select" and use the limit and offset?
Example:
connection.select('Language', '*', null, { id: 'desc' }, {limit:30}, {offset:50}, function(err, results) {
console.dir({select:results});
});
Thank you.