MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / with_postgres_config

Method with_postgres_config

src/pglite/proxy.rs:218–221  ·  view source on GitHub ↗
(mut self, postgres_config: PostgresConfig)

Source from the content-addressed store, hash-verified

216 }
217
218 pub(crate) fn with_postgres_config(mut self, postgres_config: PostgresConfig) -> Self {
219 self.postgres_config = Arc::new(postgres_config);
220 self
221 }
222
223 pub(crate) fn with_startup_config(mut self, startup_config: StartupConfig) -> Self {
224 self.startup_config = Arc::new(startup_config);

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected