P
Prisma•2w 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:[email protected]:5432 Thanks
6 Replies
Prisma AI Help
Prisma AI Help•2w 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•2w ago
Tooling | Prisma Documentation
Learn about connecting directly to your database via TCP tunnel
Ben Liger
Ben LigerOP•2w 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•2w ago
Just to confirm, you have ?sslmode=disable appended to the connection string you pass in Dbeaver, right?
Ben Liger
Ben LigerOP•2w ago
I didn't but now it works. Thanks 🙂
Nurul
Nurul•4d ago
I am glad to hear that 🙌

Did you find this page helpful?