MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / get_connection

Method get_connection

src/persist/src/postgres.rs:392–394  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

390 }
391
392 async fn get_connection(&self) -> Result<Object, PoolError> {
393 self.postgres_client.get_connection().await
394 }
395}
396
397#[async_trait]

Callers 7

openMethod · 0.45
drop_and_recreateMethod · 0.45
headMethod · 0.45
compare_and_setMethod · 0.45
scanMethod · 0.45
truncateMethod · 0.45
postgres_consensusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected