Replies: 1 comment
-
You can use two pgxpools at the same time. They won't conflict with each other. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my web app i have 2 databases 1 for user authentication etc. And 1 for the data of the web app. Queries fail when i instantiate 2 connections , but queries succeed when one connection is disabled. Is there a "correct " way to make 2 connections simultaneously and what is the correct way?
Beta Was this translation helpful? Give feedback.
All reactions