Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ connect
Method
connect
web/pgadmin/utils/driver/abstract.py:180–181 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
178
179
@abstractmethod
180
def
connect(self, **kwargs):
181
pass
182
183
@abstractmethod
184
def
execute_scalar(self, query, params=None,
Callers
15
initialize_target
Function · 0.45
start_execution
Function · 0.45
_get_connection
Function · 0.45
_get_database_role
Function · 0.45
_get_connection
Function · 0.45
connect_server
Function · 0.45
connect_database
Function · 0.45
initialize_viewdata
Function · 0.45
_connect
Function · 0.45
check_transaction_status
Function · 0.45
start_view_data
Function · 0.45
fetch_pg_types
Function · 0.45
Calls
no outgoing calls
Tested by
7
get_db_connection
Function · 0.36
create_server
Function · 0.36
get_db_server
Function · 0.36
configure_preferences
Function · 0.36
change_layout_for_feature_test
Function · 0.36
reset_layout_db
Function · 0.36
create_user
Function · 0.36