Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ get_driver
Function
get_driver
web/pgadmin/utils/driver/__init__.py:15–20 ·
view source on GitHub ↗
(_type, app=None)
Source
from the content-addressed store, hash-verified
13
14
15
def
get_driver(_type, app=None):
16
17
if
app is not None:
18
DriverRegistry.load_modules(app)
19
20
return
DriverRegistry.get(_type)
21
22
23
def
init_app(app):
Callers
15
current_user_cleanup
Function · 0.90
children
Method · 0.90
utils
Function · 0.90
has_nodes
Method · 0.90
parse_priv_to_db
Function · 0.90
__reencrpyt_server_password
Function · 0.90
update_session_manager
Function · 0.90
disconnect_from_all_servers
Function · 0.90
get_nodes
Method · 0.90
register
Method · 0.90
nodes
Method · 0.90
node
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
5
__init__
Method · 0.72
__init__
Method · 0.72
__init__
Method · 0.72
runTest
Method · 0.72
runTest
Method · 0.72