Skip to content

Commit dbc1aa4

Browse files
committed
Add mention of int8 support
1 parent 8aa325f commit dbc1aa4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ For all supported types, their corresponding array version is also supported.
282282

283283
- bool
284284
- bytea
285-
- int2, int4
285+
- int2, int4, int8
286286
- float4, float8
287287
- text
288288
- varchar
@@ -296,6 +296,10 @@ The types for array (one or more dimentions) corresponds to the type prefixed wi
296296

297297
## changelog
298298

299+
### version 2.2.0 - published 2021-09-13
300+
301+
- Add int8 type support (usage requires node version 10.20+)
302+
299303
### version 2.1.0 - published 2021-08-25
300304

301305
- Add varchar type support

0 commit comments

Comments
 (0)