https://knexjs.org/guide/interfaces.html#other
knex('statistics')
.del()
.where({
'stats': 'reddit',
}).toSQL().toNative()
https://knexjs.org/guide/interfaces.html#other
knex('statistics')
.del()
.where({
'stats': 'reddit',
}).toSQL().toNative()