How to use custom date (1082) type parser in postgres.js for >0.30.0?
I have the following parser when creating the connection, to parse postgres date from string to JS Date.
It works in 0.29.5 (I know there's a breaking change in 0.30.0), but Is there a way to update and still have the custom parser working?
0 Replies