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
The Postgres host component creates a client during calls to open_connection this client can then be reused across all database interactions within that request.
Ideally, connections should be shared between requests, with clients cached.