MCPcopy Create free account
hub / github.com/erans/pgsqlite / connection_manager

Method connection_manager

src/session/db_handler.rs:2621–2623  ·  view source on GitHub ↗

Get the connection manager for caching purposes

(&self)

Source from the content-addressed store, hash-verified

2619
2620 /// Get the connection manager for caching purposes
2621 pub fn connection_manager(&self) -> &Arc<ConnectionManager> {
2622 &self.connection_manager
2623 }
2624
2625 // Compatibility methods for existing code
2626 pub fn get_schema_cache(&self) -> &Arc<SchemaCache> {

Calls

no outgoing calls

Tested by

no test coverage detected