Skip to main content
Guide
The forthcoming v3 Python SDK is packaged as helix-db and imported as helixdb. Its builder methods use snake_case and produce the same operation-tree AST as the other v3 SDKs.
The v3 SDK packages have not been published yet. Python keeps the helix-db package and helixdb import names defined by the v3 source; no package version is invented before release.

Install

Define a query

Execute

The query-only client has no native runtime dependency.

Embedded runtime

Install the SDK and embedded runtime with python -m pip install helix-db helix-db-embedded. See Embedded database for storage, cache, and handle configuration.

Verify

Next steps

Query tutorial

Follow the shared batch and traversal model.

Embedded database

Open an in-process writer or reader.