connectionFactoryOptions
The ConnectionFactoryOptions state holder that should be associated to a io.r2dbc.spi.ConnectionFactory when creating connections.
By default, any R2DBC driver-specific org.postgresql.core.ConnectionFactory passed to R2dbcDatabase.connect()
will take priority over this state holder. If a factory is not used directly and this property is not manually configured, the state object will be constructed by parsing the provided R2DBC connection url string.