Skip to content

v1.4.3

Compare
Choose a tag to compare
@G4brym G4brym released this 28 Aug 10:04
· 28 commits to main since this release
b91917e

What's Changed

  • Add .count() method to selects by @G4brym in #53
const result = await qb.fetchAll({
  tableName: 'employees',
}).count()

console.log(`Total Employees ${result.results.total}`)

Full Changelog: v1.4.2...v1.4.3