Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ test_connection
Method
test_connection
database/PostgreSQL.py:132–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
return
sentence
131
132
def
test_connection(self):
133
cur = self._get_cursor()
134
cur.close()
135
136
def
get_databases(self) -> Result:
137
result = Result(headers=[
'name'
])
Callers
nothing calls this directly
Calls
2
_get_cursor
Method · 0.95
close
Method · 0.45
Tested by
no test coverage detected