Manages the KùzuDB database connection as a singleton.
| 27 | |
| 28 | |
| 29 | class 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. |