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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load bal
25
25
| Sharding using comments parsing/Regex |**Experimental**| Clients can include shard information (sharding key, shard ID) in the query comments. |
26
26
| Automatic sharding |**Experimental**| PgCat can parse queries, detect sharding keys automatically, and route queries to the correct shard. |
27
27
| Mirroring |**Experimental**| Mirror queries between multiple databases in order to test servers with realistic production traffic. |
28
+
| Auth passthrough |**Experimental**| MD5 password authentication can be configured to use an `auth_query` so no cleartext passwords are needed in the config file. |
0 commit comments