Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/StructuredLabs/preswald
/ PostgresConfig
Class
PostgresConfig
preswald/engine/managers/data.py:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
@dataclass
33
class
PostgresConfig:
34
host: str
35
port: int
36
dbname: str
37
user: str
38
password: str
39
40
41
# File Configs ################################################################
Callers
1
connect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected