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
I need my application to explicitly select shard for every single connection. Not doing so should be an error, because it can lead to data compromise.
I would like to use shards as tenants, and have pgdog act as a router for the correct instance based on comments, so that it can be transparent for my applications without needing to reestablish a connection with every request.