MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / KuzuDBManager

Class KuzuDBManager

src/codegraphcontext/core/database_kuzu.py:29–33  ·  view source on GitHub ↗

Manages the KùzuDB database connection as a singleton.

Source from the content-addressed store, hash-verified

27
28
29class KuzuDBManager(EmbeddedGraphManager):
30 """Manages the KùzuDB database connection as a singleton."""
31
32 BACKEND_SPEC = KUZU_SPEC
33 _compat_state = EmbeddedCompatState()
34
35
36# Backward-compatible public names used across tests and CLI helpers.

Calls 1

EmbeddedCompatStateClass · 0.85