Guide
The Go SDK builds the shared operation-tree AST and executes requests through a
typed HTTP client.
Version
v0.3.1 ships the server query builder and HTTP client. It does not
distribute the native bindings required by embedded execution or native graph
algorithms.The module path remains github.com/helixdb/helix-db/sdks/go; it does not add a
/v3 suffix because the module itself has not reached major version 2.Install
Define a query
Execute
helix.WriterOnly() and helix.AwaitDurability(true) execution
options. The client does not retry conflicts automatically.
Release scope
Usev0.3.1 with a local or remote Helix server through /v2/query. Embedded
constructors and Client.Graph return native-binding-unavailable errors in a
standard module installation.
Verify
Next steps
Parameters
Bind typed values and bounds.
Error handling
Diagnose validation, conflict, and runtime failures.