Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ get_connection
Method
get_connection
web/pgadmin/utils/driver/abstract.py:60–61 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
58
59
@abstractmethod
60
def
get_connection(self, *args, **kwargs):
61
pass
62
63
@abstractmethod
64
def
release_connection(self, *args, **kwargs):
Callers
1
direct_new
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected