Ben Liger
Explore posts from serversPPrisma
•Created by Ben Liger on 4/19/2025 in #help-and-questions
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
2 replies
PPrisma
•Created by Ben Liger on 12/2/2024 in #help-and-questions
Typed sql only certain parts of query
Hi there, just wondering if there is an issue in place already for a feature to allow escape hatching only certain parts of a query? In my case I would like to escape the
orderBy
part of the query and keep Prisma ORM everywhere else. Thanks2 replies