Replies: 1 comment
-
Ok. It's fixed. It should be
instead. Previous I used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Postgres 16.3, and can't find relevant info in README.md or Discussions here. In SQL, I can insert data into field declared as bytea by calling decode function. For instance,
But when applying this function in postgres.js, postgres.js complains
function decode(bytea, unknown) does not exist
. In postgres.js, how can I translate the data into/ from bytea with the base64? Many thanks.Beta Was this translation helpful? Give feedback.
All reactions