Is there a method within prisma client instance to...
# orm-help
m
Is there a method within prisma client instance to check if the connection to the db is successful and there are no interferences or it is not down?
n
Hey Matheus, I believe the same question has been asked here: https://prisma.slack.com/archives/CA491RJH0/p1642499381306200 Does my reply in that thread help?
m
Ohh! I totally forgot to search 🤦‍♂️ Thanks for the reply! It's a bummer that it does't have something like it but i'll just run a simple raw query then. Thank you!