Skip to content

v0.6.0

Choose a tag to compare

@Soremwar Soremwar released this 29 Jan 00:54

Features:

  • Client.queryObject is a method that allows users to directly query results as objects and map this result columns to interfaces of their preference
  • Added generic types support to both Client.queryArray and Client.queryObject

Fixes:

  • Handle startup errors on client initialization

BREAKING CHANGES:

  • Client.query method is named queryArray now
  • Client.multiQuery was removed