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
Firstly, I love you for this project. It saved me from having to write it and it works great.
Question for you, my project has multiple databases and therefore multiple connections through PG. My first database connection works flawlessly, however the connection to the second database starts causing errors as the money patched PG is locked into pointing at the first database it connected to.
Any advice on how to isolate this package on a per database basis?
The text was updated successfully, but these errors were encountered:
v1.1.0 will track different pg clients by their different connection settings (host, port, user, db name) and will run separate transactions per each db.
Firstly, I love you for this project. It saved me from having to write it and it works great.
Question for you, my project has multiple databases and therefore multiple connections through PG. My first database connection works flawlessly, however the connection to the second database starts causing errors as the money patched PG is locked into pointing at the first database it connected to.
Any advice on how to isolate this package on a per database basis?
The text was updated successfully, but these errors were encountered: