We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91a9c9 commit cc5d8dfCopy full SHA for cc5d8df
1 file changed
docs/client-drivers.md
@@ -27,6 +27,7 @@ Some drivers have known compatibility or performance issues, [documented below](
27
| `lib/pq` (Go) | :material-check-circle-outline: | Needs [additional configuration](#libpq) for prepared statements to work correctly. |
28
| `sqlx` (Go) | :material-check-circle-outline: | Uses `pgx` under the hood, no limitations. |
29
| `libpq` (C/C++) | :material-check-circle-outline: | None. |
30
+| JDBC (Java) | :material-check-circle-outline: | [Manual routing](features/load-balancer/manual-routing.md) requires a bit of [tweaking](#jdbc). |
31
32
## Known issues
33
0 commit comments