Set the options for the pgwire connection.
(mut self, options: &str)
| 1121 | |
| 1122 | /// Set the options for the pgwire connection. |
| 1123 | pub fn options(mut self, options: &str) -> Self { |
| 1124 | self.pg_config.options(options); |
| 1125 | self |
| 1126 | } |
| 1127 | |
| 1128 | /// Configures this [`ConnectBuilder`] to connect to the __internal__ SQL port of the running |
| 1129 | /// [`TestServer`]. |
no outgoing calls
no test coverage detected