Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ principal_database
Method
principal_database
database/PostgreSQL.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
20
@property
21
def
principal_database(self)->str:
22
return
"postgres"
23
24
def
_get_cursor(self):
25
try
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected