v0.6.0
版本发布时间: 2021-01-29 08:54:00
denodrivers/postgres最新发布版本:v0.19.3(2024-03-11 10:54:31)
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
andClient.queryObject
Fixes:
- Handle startup errors on client initialization
BREAKING CHANGES:
-
Client.query
method is namedqueryArray
now -
Client.multiQuery
was removed