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
| `host` | Server hostname to connect to. May contain a comma-separated list of hosts with ports when using the `failover` protocol.
77
78
| `port` | Server port to connect to. Defaults to `5432`. _(Optional)_
78
79
| `socket` | Unix Domain Socket path to connect to as alternative to TCP. _(Optional)_
79
-
| `username` | Login username.
80
-
| `password` | Login password. _(Optional when using TLS Certificate authentication)_
80
+
| `username` | Login username. Can be a plain `String`, `Supplier<String>`, or `Publisher<String>`.
81
+
| `password` | Login password. Can be a plain `CharSequence`, `Supplier<CharSequence>`, or `Publisher<CharSequence>`. _(Optional when using TLS Certificate authentication)_
81
82
| `database` | Database to select. _(Optional)_
82
83
| `applicationName` | The name of the application connecting to the database. Defaults to `r2dbc-postgresql`. _(Optional)_
83
84
| `autodetectExtensions` | Whether to auto-detect and register `Extension`s from the class path. Defaults to `true`. _(Optional)_
0 commit comments