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
Hello!
I'm new on using libpqxx library sorry if my questions are basic.
I just wanted to know if libpqxx supports connection-pool functionally internally, or is it left to developer for implementation ?
And if there is no connection-pool in the library, is there any good implementation that you would suggest to be used ?
Thanks.
The text was updated successfully, but these errors were encountered:
There's no built-in connection pooling, but there are stand-alone connection pools. These are transparent proxies: to libpqxx (or any other client library) they look like they're connecting directly to postgres itself. I hear good things about pgbouncer for example.
Hello!
I'm new on using libpqxx library sorry if my questions are basic.
I just wanted to know if libpqxx supports connection-pool functionally internally, or is it left to developer for implementation ?
And if there is no connection-pool in the library, is there any good implementation that you would suggest to be used ?
Thanks.
The text was updated successfully, but these errors were encountered: