v1.4.3
What's Changed
const result = await qb.fetchAll({
tableName: 'employees',
}).count()
console.log(`Total Employees ${result.results.total}`)
Full Changelog: v1.4.2...v1.4.3
const result = await qb.fetchAll({
tableName: 'employees',
}).count()
console.log(`Total Employees ${result.results.total}`)
Full Changelog: v1.4.2...v1.4.3