You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
I was wondering if there is a way to catch errors when creating the connection. With co-pg you can wrap the code in a try/catch block, so I tried the same with koa-pg but it doesn't seem to work:
Hi, first thanks for this module!
I was wondering if there is a way to catch errors when creating the connection. With co-pg you can wrap the code in a try/catch block, so I tried the same with koa-pg but it doesn't seem to work:
I've tried wrapping the
koaPg(database)
alone too but it's not better. Am I doing this wrong is this not possible at all with this module?Thanks
The text was updated successfully, but these errors were encountered: