Releases: denodrivers/postgres
Releases · denodrivers/postgres
v0.8.0
v0.7.1
v0.7.0
Features:
- Connection strings can now be used for instantiating a Pool
- BREAKING: Unknown column types will be retrieved as strings instead of throwing
- Document public interfaces with JSDoc
Support for new data types:
- Box
- Box array
- Circle
- Circle array
- Date array
- Float4 array
- Float8 array
- Line
- Line array
- Line segment
- Line segment array
- Path
- Path array
- Polygon
- Polygon array
- Tid
- Tid array
- Timestamp array
- Timestamptz array
v0.6.0
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
nowClient.multiQuery
was removed