Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Agenta-AI/agenta
/ close_db
Method
close_db
api/oss/src/dbs/postgres/shared/engine.py:105–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
self.open()
104
105
async
def
close_db(self):
106
self.close()
107
108
109
engine = Engine()
Callers
1
event_loop
Function · 0.45
Calls
1
close
Method · 0.95
Tested by
1
event_loop
Function · 0.36