Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
open
Method · 0.45
drop_and_recreate
Method · 0.45
head
Method · 0.45
compare_and_set
Method · 0.45
scan
Method · 0.45
truncate
Method · 0.45
postgres_consensus
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected