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
FYI, we've changed the API slightly in this new commit. The pool is easier to use since you don't need to worry about explicitly releasing senders from the pool, you can just close them:
It would be nice to have something like https://pkg.go.dev/github.com/jackc/pgx/v5/pgxpool so we could instantiate a pool of senders to be concurrently reused across go routines.
The text was updated successfully, but these errors were encountered: