Prisma & Store Procedures
Hello everyone,
Does Prisma support calls to stored procedures? If so, could someone explain how to do it or share a relevant link, article, or repository with guidance?.
PD: I use Postgres
Any help would be greatly appreciated!
4 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.Hey 👋
You can use Prisma's raw query functionality to execute stored procedures in PostgreSQL, like this:
Oh okok, perfect. Thanks friend!
No worries 🙂