Why is there no crypt
and encrypt
?
#8373
Answered
by
jonasfroeller
jonasfroeller
asked this question in
Q&A
-
It works in the webui, but doesn't work, when I connect with drizzle, hosted on vercel (postgres.js). |
Beta Was this translation helpful? Give feedback.
Answered by
jonasfroeller
Jul 15, 2024
Replies: 1 comment 2 replies
-
Hi @jonasfroeller |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I did that. the weird thing is, that I can only use it in the webui, and not when I connect to the database using the connection string.
I get:
I used the wrong postgres driver... Just didn't think this through enough, because it seemed to work, and I wanted to be able to easily switch from my dev db to the neondb. (deployed to vercel (serverless)).
I now use the neon serverless driver.
Nevermind. Tested it with the postgres adapter again, before pushing, which works too now, for some reason.