Description
Allow users that use the same Postgres user (server_user) to share the same connection pool. This allows connection sharing between multiple users in users.toml, while keeping the use of Postgres connections efficient.
Also, allow users to specify which databases they can connect to, i.e. primary only, replica only, or both.
Description
Allow users that use the same Postgres user (
server_user) to share the same connection pool. This allows connection sharing between multiple users inusers.toml, while keeping the use of Postgres connections efficient.Also, allow users to specify which databases they can connect to, i.e. primary only, replica only, or both.