PSQL bytea should be typed as a buffer not a string
Opened this issue · 0 comments
kelszo commented
The bytea datatype should be typed as a buffer not a string. All psql drivers i know of (mainly node-postgres and pg-promise) automatically convert the datatypes.