P
Prisma•5mo ago
Ben Liger

Connecting from something like dbeaver

Hi there, I would like to connect to my Prisma postrgres db via dbeaver. How/ where can I get a connection string that has the normal postrgres structure like postgresql://postgres:postgres@127.0.0.1:5432 Thanks
6 Replies
Prisma AI Help
Prisma AI Help•5mo ago
You chose to debug with a human. They'll tinker with your query soon. If you get curious meanwhile, hop into #ask-ai for a quick spin!
Nurul
Nurul•5mo ago
Tooling | Prisma Documentation
Learn about connecting directly to your database via TCP tunnel
Ben Liger
Ben LigerOP•5mo ago
Thanks however after setting everything up as per the documentation I get the following error: code: 1002, reason: the auth proxy does not support client-side ssl I do not have the "Use SSL" checkbox ticked in the SSL tab of my DBeaver connection so not sure why I'm getting this error message
Nurul
Nurul•5mo ago
Just to confirm, you have ?sslmode=disable appended to the connection string you pass in Dbeaver, right?
Ben Liger
Ben LigerOP•5mo ago
I didn't but now it works. Thanks 🙂
Nurul
Nurul•5mo ago
I am glad to hear that 🙌

Did you find this page helpful?