MCPcopy Create free account
hub / github.com/xerrors/Yuxi / __init__

Method __init__

backend/package/yuxi/storage/postgres/manager.py:33–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 KB_DATABASE_URL_ENV = "POSTGRES_URL"
32
33 def __init__(self):
34 self.async_engine = None
35 self.AsyncSession = None
36 self.langgraph_pool = None
37 self._initialized = False
38
39 def initialize(self):
40 """初始化数据库连接"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected