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.

Callers 8

_is_kuzu_availableFunction · 0.90
_get_kuzu_dbFunction · 0.90
_fresh_kuzu_managerFunction · 0.90
_new_kuzu_driverFunction · 0.90
_fresh_kuzu_managerFunction · 0.90
get_database_managerFunction · 0.85
_initialize_servicesFunction · 0.85

Calls 1

EmbeddedCompatStateClass · 0.85

Tested by 6

_is_kuzu_availableFunction · 0.72
_get_kuzu_dbFunction · 0.72
_fresh_kuzu_managerFunction · 0.72
_new_kuzu_driverFunction · 0.72
_fresh_kuzu_managerFunction · 0.72