MCPcopy
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
33class PostgresConfig:
34 host: str
35 port: int
36 dbname: str
37 user: str
38 password: str
39
40
41# File Configs ################################################################

Callers 1

connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected